diff --git a/build.sbt b/build.sbt index 825e52b..b1675c1 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ val Json4sVersion = "4.0.7" // Version of Avro4s for Scala 2.X val Avro4sVersionFor2 = "4.1.1" // Version of Avro4s for Scala 3.X -val Avro4sVersionFor3 = "5.0.9" +val Avro4sVersionFor3 = "5.0.13" val ScalaVersion = "3.3.1" val ScalatestVersion = "3.2.17" val ScalazVersion = "7.2.35"