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 diff --git a/build.sbt b/build.sbt index e2019c1..1667b06 100644 --- a/build.sbt +++ b/build.sbt @@ -1,18 +1,18 @@ 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 scalatest = "3.2.20" val scalacheck = "1.19.0" - val http4s = "0.23.33" - val doobie = "1.0.0-RC11" + val http4s = "0.23.34" + val doobie = "1.0.0-RC12" 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" - val graalMetadata = "0.11.3" + val graalMetadata = "0.11.5" val catsEffect = "3.5.4" } 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 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")