Skip to content

Commit

Permalink
Merge branch 'master' into update/oci-java-sdk-objectstorage-3.52.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sirocchj authored Nov 9, 2024
2 parents 01ed462 + e241229 commit 5c733d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
val V = new {
val avro4s_scala2 = "4.1.2"
val avro4s_scala3 = "5.0.13"
val awssdk = "2.28.29"
val awssdk = "2.29.9"
val `cats-effect` = "3.5.3"
val circe = "0.14.10"
val doobie = "1.0.0-RC5"
val `embedded-kafka` = "3.7.1.1"
val `embedded-kafka-schema-registry` = "7.7.1"
val http4s = "0.23.29"
val jackson = "2.18.0"
val jackson = "2.18.1"
val `json-schema` = "1.14.4"
val `jsoniter-scala` = "2.31.1"
val `jsoniter-scala` = "2.31.3"
val kafka = "3.7.1"
val logback = "1.5.12"
val `log-effect` = "0.19.2"
Expand Down Expand Up @@ -88,7 +88,7 @@ enablePlugins(ZioSbtEcosystemPlugin)
inThisBuild(
Seq(
name := "Tamer",
zioVersion := "2.1.11",
zioVersion := "2.1.12",
organization := "io.laserdisc",
scalaVersion := V.scala213,
crossScalaVersions := Seq(V.scala213, V.scala3),
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.4
sbt.version=1.10.5

0 comments on commit 5c733d7

Please sign in to comment.