We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc6143 commit 1587bb8Copy full SHA for 1587bb8
build.sbt
@@ -26,7 +26,7 @@ libraryDependencies ++= Seq(
26
"org.scalatestplus" %% "scalacheck-1-17" % "3.2.17.0" % "test",
27
"com.google.protobuf" % "protobuf-java-util" % protobufJava.revision % "test",
28
protobufJava % "protobuf",
29
- "org.json4s" %% "json4s-jackson-core" % "4.0.6"
+ "org.json4s" %% "json4s-jackson-core" % "4.0.7"
30
)
31
32
lazy val root = (project in file("."))
0 commit comments