Skip to content

Commit

Permalink
Update avro4s-core to 5.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot authored May 17, 2024
1 parent af3a13f commit 2e230cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ object ProjectPlugin extends AutoPlugin {
"com.beachape" %% "enumeratum" % V.enumeratum
).value,
libraryDependencies ++= scalaVersionSpecificDeps(3)(
"com.sksamuel.avro4s" %% "avro4s-core" % "5.0.9"
"com.sksamuel.avro4s" %% "avro4s-core" % "5.0.10"
).value,
scalacOptions --= on(2, 13)("-Wunused:patvars").value,
scalacOptions --= on(3, 4)("-Xfatal-warnings").value
Expand Down

0 comments on commit 2e230cf

Please sign in to comment.