From 297a810b21d143f16ffb366afbcf6c6e7c45614a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 2 Dec 2024 02:44:01 +0000 Subject: [PATCH 1/2] Update sbt to 1.10.6 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index db1723b..e88a0d8 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.5 +sbt.version=1.10.6 From dc2042a615c01d14e1cd9292759fcec8371ebf57 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 2 Dec 2024 02:44:59 +0000 Subject: [PATCH 2/2] Update cats-effect to 3.5.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 95d002a..c5662c9 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ lazy val V = new { val Scala3 = "3.3.4" val Skunk = "1.0.0-M8" val Cats = "2.12.0" - val CatsEffect = "3.5.6" + val CatsEffect = "3.5.7" val Munit = "1.0.0" val MunitCatsEffect = "2.0.0" val Testcontainers = "0.41.4"