Skip to content

Commit

Permalink
Update json4s-jackson-core to 4.0.7 (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Dec 3, 2023
1 parent 2afe38f commit b965c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ libraryDependencies ++= Seq(
"org.scalatestplus" %% "scalacheck-1-17" % "3.2.17.0" % "test",
"com.google.protobuf" % "protobuf-java-util" % protobufJava.revision % "test",
protobufJava % "protobuf",
"org.json4s" %% "json4s-jackson-core" % "4.0.6"
"org.json4s" %% "json4s-jackson-core" % "4.0.7"
)

lazy val root = (project in file("."))
Expand Down

0 comments on commit b965c6f

Please sign in to comment.