Skip to content

Commit

Permalink
Merge branch 'master' into update/oci-java-sdk-objectstorage-3.55.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sirocchj authored Jan 19, 2025
2 parents 0758a7d + 0e1aacb commit fe67c52
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
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 fe67c52

Please sign in to comment.