Skip to content

Commit

Permalink
Merge branch 'master' into update/s3-2.29.52
Browse files Browse the repository at this point in the history
  • Loading branch information
sirocchj authored Jan 19, 2025
2 parents 86608df + d0f69cc commit d89b856
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=3.8.3
version=3.8.5

runner.dialect = scala213

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ val V = new {
val logback = "1.5.16"
val `log-effect` = "0.19.2"
val ocisdk = "3.55.1"
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"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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")

0 comments on commit d89b856

Please sign in to comment.