Skip to content

Commit d1c5023

Browse files
authored
Update avro4s-core to 5.0.13
1 parent 54fd140 commit d1c5023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/ProjectPlugin.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ object ProjectPlugin extends AutoPlugin {
6464
"com.beachape" %% "enumeratum" % V.enumeratum
6565
).value,
6666
libraryDependencies ++= scalaVersionSpecificDeps(3)(
67-
"com.sksamuel.avro4s" %% "avro4s-core" % "5.0.11"
67+
"com.sksamuel.avro4s" %% "avro4s-core" % "5.0.13"
6868
).value,
6969
scalacOptions --= on(2, 13)("-Wunused:patvars").value,
7070
scalacOptions --= on(3, 4)("-Xfatal-warnings").value

0 commit comments

Comments
 (0)