diff --git a/.scalafmt.conf b/.scalafmt.conf index 022e6c04..f1fa3e53 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version=3.8.3 +version=3.8.5 runner.dialect = scala213 diff --git a/build.sbt b/build.sbt index 28fc57c3..19c73bd6 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ val V = new { val avro4s_scala2 = "4.1.2" val avro4s_scala3 = "5.0.14" - val awssdk = "2.29.50" + val awssdk = "2.29.52" val `cats-effect` = "3.5.3" val circe = "0.14.10" val doobie = "1.0.0-RC5" @@ -15,7 +15,7 @@ val V = new { val logback = "1.5.16" val `log-effect` = "0.19.2" val ocisdk = "3.55.2" - val postgresql = "42.7.4" + val postgresql = "42.7.5" val scala213 = "2.13.15" val scala3 = "3.3.4" val `scala-collection-compat` = "2.12.0" diff --git a/project/plugins.sbt b/project/plugins.sbt index 53502c47..a165fee4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.0") addSbtPlugin("dev.zio" % "zio-sbt-ecosystem" % "0.4.0-alpha.30") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")