Skip to content

Commit

Permalink
Update avro4s-core to 5.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot authored Feb 28, 2024
1 parent 81185bf commit e04c12a
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.8"
"com.sksamuel.avro4s" %% "avro4s-core" % "5.0.9"
).value,
scalacOptions --= on(2, 13)("-Wunused:patvars").value
)
Expand Down

0 comments on commit e04c12a

Please sign in to comment.