Skip to content

Commit

Permalink
bump: avro4s-core 3.1.1 (was 3.0.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 6, 2024
1 parent 49365bf commit 5c61225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ object Dependencies {
libraryDependencies ++= Seq(
"org.apache.hadoop" % "hadoop-client" % "3.3.3" % Test exclude ("log4j", "log4j"), //Apache2
"org.apache.hadoop" % "hadoop-common" % "3.3.3" % Test exclude ("log4j", "log4j"), //Apache2
"com.sksamuel.avro4s" %% "avro4s-core" % "3.0.9" % Test,
"com.sksamuel.avro4s" %% "avro4s-core" % "3.1.1" % Test,
"org.scalacheck" %% "scalacheck" % "1.15.4" % Test,
"org.specs2" %% "specs2-core" % "4.8.3" % Test, //MIT like: https://github.com/etorreborre/specs2/blob/master/LICENSE.txt
"org.slf4j" % "log4j-over-slf4j" % log4jOverSlf4jVersion % Test // MIT like: http://www.slf4j.org/license.html
Expand Down

0 comments on commit 5c61225

Please sign in to comment.