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 e230fbb commit 676071eCopy full SHA for 676071e
build.sbt
@@ -60,7 +60,7 @@ libraryDependencies ++= Seq(
60
"com.fasterxml.jackson.dataformat" % "jackson-dataformat-yaml" % jacksonVersion,
61
"org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2",
62
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
63
- "org.json4s" %% "json4s-native" % "4.0.6" % Test,
+ "org.json4s" %% "json4s-native" % "4.0.7" % Test,
64
"jakarta.ws.rs" % "jakarta.ws.rs-api" % "3.0.0" % Test,
65
"joda-time" % "joda-time" % "2.12.5" % Test,
66
"org.joda" % "joda-convert" % "2.2.3" % Test,
0 commit comments