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.
2 parents 63d929c + e2aba0d commit 1c0c132Copy full SHA for 1c0c132
build.sbt
@@ -62,7 +62,7 @@ libraryDependencies ++= Seq(
62
"org.scalatest" %% "scalatest" % "3.2.16" % Test,
63
"org.json4s" %% "json4s-native" % "4.0.6" % Test,
64
"jakarta.ws.rs" % "jakarta.ws.rs-api" % "3.0.0" % Test,
65
- "joda-time" % "joda-time" % "2.12.4" % Test,
+ "joda-time" % "joda-time" % "2.12.5" % Test,
66
"org.joda" % "joda-convert" % "2.2.3" % Test,
67
"org.slf4j" % "slf4j-simple" % slf4jVersion % Test
68
)
0 commit comments