Skip to content

Commit

Permalink
Bump apache.avro to 1.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sophie-macmillan committed Jun 13, 2024
1 parent cb5bf69 commit 08a26ed
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 @@ -16,7 +16,7 @@ lazy val core = project.settings(
name := "marley",
Compile / scalacOptions ++= Seq("-release:11", "-Ymacro-annotations"),
libraryDependencies ++= Seq(
"org.apache.avro" % "avro" % "1.11.1",
"org.apache.avro" % "avro" % "1.11.3",
"org.xerial.snappy" % "snappy-java" % "1.1.10.5",
"org.parboiled" %% "parboiled" % "2.5.0",
"org.scala-lang" % "scala-compiler" % scalaVersion.value % "provided",
Expand Down

0 comments on commit 08a26ed

Please sign in to comment.