Skip to content

Commit

Permalink
Merge branch 'master' into update/s3-2.25.61
Browse files Browse the repository at this point in the history
  • Loading branch information
sirocchj authored May 29, 2024
2 parents d0f4656 + d967a7d commit 78c5e0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
val V = new {
val avro4s_scala2 = "4.1.2"
val avro4s_scala3 = "5.0.11"
val avro4s_scala3 = "5.0.13"
val awssdk = "2.25.61"
val `cats-effect` = "3.5.3"
val circe = "0.14.7"
Expand All @@ -9,11 +9,11 @@ val V = new {
val http4s = "0.23.27"
val jackson = "2.17.1"
val `json-schema` = "1.14.4"
val `jsoniter-scala` = "2.28.5"
val `jsoniter-scala` = "2.29.0"
val kafka = "3.6.1"
val logback = "1.5.6"
val `log-effect` = "0.19.0"
val ocisdk = "3.41.3"
val ocisdk = "3.42.0"
val postgresql = "42.7.3"
val `scala-collection-compat` = "2.12.0"
val slf4j = "2.0.13"
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.5.12")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.0")
addSbtPlugin("dev.zio" % "zio-sbt-ecosystem" % "0.4.0-alpha.26")
addSbtPlugin("dev.zio" % "zio-sbt-ecosystem" % "0.4.0-alpha.27")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

0 comments on commit 78c5e0c

Please sign in to comment.