From aaa9c381222da008f7d11af92a385b437436704c Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Wed, 4 Dec 2024 00:28:39 +0000 Subject: [PATCH] Update cats-effect-testing-scalatest to 1.6.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 95e591c..7af9573 100644 --- a/build.sbt +++ b/build.sbt @@ -88,7 +88,7 @@ val fs2Version: String = "3.11.0" val scalaTestVersion: String = "3.2.19" -val catsEffectTestingVersion: String = "1.5.0" +val catsEffectTestingVersion: String = "1.6.0" lazy val root = project.in(file(".")) .aggregate(core.jvm, sql, sqlite, postgresql, duckdb, h2, lucene, halodb, rocksdb, mapdb, redis, async, all)