Skip to content

Commit

Permalink
Update avro to 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
datahub-rewrite-bot committed Aug 11, 2024
1 parent 689df33 commit d2805d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ lazy val core = crossProject(JVMPlatform)
"org.scalameta" %% "munit" % "1.0.0" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test,
"org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test,
("org.apache.avro" % "avro" % "1.11.3").exclude("org.apache.commons", "commons-compress"),
("org.apache.avro" % "avro" % "1.12.0").exclude("org.apache.commons", "commons-compress"),
"org.apache.commons" % "commons-compress" % "1.26.2",
"com.lihaoyi" %% "sourcecode" % "0.4.2",
"org.typelevel" %% "log4cats-slf4j" % "2.7.0",
Expand Down

0 comments on commit d2805d7

Please sign in to comment.