diff --git a/.scalafmt.conf b/.scalafmt.conf index 3be16a8e..c30a2de0 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.9.4 +version = 3.9.10 runner.dialect = scala3 maxColumn = 120 diff --git a/project/Dependencies.scala b/project/Dependencies.scala index ebf48caf..3dbb8f2f 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -9,19 +9,19 @@ object versions { val circeYaml = "0.16.1" val decline = "2.5.0" val doobie = "1.0.0-RC10" - val flyway = "11.13.3" + val flyway = "11.20.2" val fs2 = "3.12.2" val fs2Rabbit = "5.2.0" - val http4s = "0.23.32" + val http4s = "0.23.33" val ip4s = "3.7.0" val iron = "3.2.0" val literally = "1.2.0" val otel4s = "0.13.2" - val postgresqlDriver = "42.7.8" + val postgresqlDriver = "42.7.9" val rediculous = "0.5.1" val scribe = "3.17.0" val skunk = "1.0.0-M11" - val tapir = "1.11.50" + val tapir = "1.13.5" val testContainers = "0.43.6" object munit { diff --git a/project/build.properties b/project/build.properties index 01a16ed1..30b7fd9f 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.11.7 +sbt.version=1.12.0 diff --git a/project/plugins.sbt b/project/plugins.sbt index 48628c30..9f0c63dd 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,4 +3,4 @@ addSbtPlugin("org.foundweekends.giter8" % "sbt-giter8-scaffold" % "0.17.0") addSbtPlugin("com.codecommit" % "sbt-github-packages" % "0.5.3") addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0") addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")