diff --git a/build.sbt b/build.sbt index 98eed960..0e2372f2 100644 --- a/build.sbt +++ b/build.sbt @@ -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" @@ -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), diff --git a/project/build.properties b/project/build.properties index c0685085..c7450fc2 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.4 \ No newline at end of file +sbt.version=1.10.5 \ No newline at end of file