Skip to content

Commit

Permalink
Update avro4s-core to 5.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot authored May 27, 2024
1 parent 54fd140 commit d1c5023
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.11"
"com.sksamuel.avro4s" %% "avro4s-core" % "5.0.13"
).value,
scalacOptions --= on(2, 13)("-Wunused:patvars").value,
scalacOptions --= on(3, 4)("-Xfatal-warnings").value
Expand Down

0 comments on commit d1c5023

Please sign in to comment.