From f94faabc5e6126d85501a2fc4a977977c09cae8e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 23 Apr 2026 13:02:09 +0000 Subject: [PATCH 1/9] Update zio to 2.1.25 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e2019c1..b7f25e1 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ val V = new { val http4s = "0.23.33" val doobie = "1.0.0-RC11" val catsCore = "2.13.0" - val zio = "2.1.22" + val zio = "2.1.25" val zioCats = "23.0.0.8" val kindProjector = "0.13.4" val circeGeneric = "0.14.15" From cefd6bb81086843ec22047ccb92da51848e523b2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 23 Apr 2026 13:02:15 +0000 Subject: [PATCH 2/9] Update distage-core to 1.2.25 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b7f25e1..b4a4276 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import scala.util.chaining.scalaUtilChainingOps val V = new { - val distage = "1.2.20" + val distage = "1.2.25" val logstage = distage val scalatest = "3.2.19" val scalacheck = "1.19.0" From 5b6e83e7f5d649dd50ddd35bcd60c73992996d82 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 23 Apr 2026 13:02:20 +0000 Subject: [PATCH 3/9] Update graalvm-reachability-metadata to 0.11.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b4a4276..40d7070 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ val V = new { val zioCats = "23.0.0.8" val kindProjector = "0.13.4" val circeGeneric = "0.14.15" - val graalMetadata = "0.11.3" + val graalMetadata = "0.11.5" val catsEffect = "3.5.4" } From 6e90705a100ae600f2b5a5525913b429f7756c99 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 23 Apr 2026 13:02:25 +0000 Subject: [PATCH 4/9] Update http4s-circe to 0.23.34 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 40d7070..caca476 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ val V = new { val logstage = distage val scalatest = "3.2.19" val scalacheck = "1.19.0" - val http4s = "0.23.33" + val http4s = "0.23.34" val doobie = "1.0.0-RC11" val catsCore = "2.13.0" val zio = "2.1.25" From ac310bd0d97c2be9cfd2efb7d3697b7493327ed0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 23 Apr 2026 13:02:28 +0000 Subject: [PATCH 5/9] Update sbt to 1.12.9 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 01a16ed..df061f4 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.11.7 +sbt.version=1.12.9 From f458a527c254539979fd48f49d6c74063550f35b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 23 Apr 2026 13:02:33 +0000 Subject: [PATCH 6/9] Update scalafmt-core to 3.10.7 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index bb3dc96..9b0adfd 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.10.1" +version = "3.10.7" runner.dialect = scala213source3 project.git = true From 1e06b15169ee94467616b951bd1431addfda7983 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 23 Apr 2026 13:02:47 +0000 Subject: [PATCH 7/9] Update scalatest to 3.2.20 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index caca476..51fbfc4 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import scala.util.chaining.scalaUtilChainingOps val V = new { val distage = "1.2.25" val logstage = distage - val scalatest = "3.2.19" + val scalatest = "3.2.20" val scalacheck = "1.19.0" val http4s = "0.23.34" val doobie = "1.0.0-RC11" From 58933fc9096e3bb8eb30252aed78f4377a86b38c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 23 Apr 2026 13:02:52 +0000 Subject: [PATCH 8/9] Update doobie-core to 1.0.0-RC12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 51fbfc4..1667b06 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ val V = new { val scalatest = "3.2.20" val scalacheck = "1.19.0" val http4s = "0.23.34" - val doobie = "1.0.0-RC11" + val doobie = "1.0.0-RC12" val catsCore = "2.13.0" val zio = "2.1.25" val zioCats = "23.0.0.8" From f3723bd8cf0d2aca24348961f8ac2d0f3208dd60 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 23 Apr 2026 13:02:57 +0000 Subject: [PATCH 9/9] Update sbt-tpolecat to 0.5.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 7fdb60e..f3d76ac 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2") +addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.3") addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.13")