Skip to content

Commit 1587bb8

Browse files
Update json4s-jackson-core to 4.0.7 in 0.12.x (#534)
1 parent afc6143 commit 1587bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ libraryDependencies ++= Seq(
2626
"org.scalatestplus" %% "scalacheck-1-17" % "3.2.17.0" % "test",
2727
"com.google.protobuf" % "protobuf-java-util" % protobufJava.revision % "test",
2828
protobufJava % "protobuf",
29-
"org.json4s" %% "json4s-jackson-core" % "4.0.6"
29+
"org.json4s" %% "json4s-jackson-core" % "4.0.7"
3030
)
3131

3232
lazy val root = (project in file("."))

0 commit comments

Comments
 (0)