Skip to content

Commit

Permalink
Update avro4s-core to 5.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot authored Dec 1, 2023
1 parent e73cb2a commit 5661d9c
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.7"
"com.sksamuel.avro4s" %% "avro4s-core" % "5.0.8"
).value,
scalacOptions --= on(2, 13)("-Wunused:patvars").value
)
Expand Down

0 comments on commit 5661d9c

Please sign in to comment.