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 90ffc53 + c15a817 commit c392eedCopy full SHA for c392eed
build.sbt
@@ -62,7 +62,7 @@ libraryDependencies ++= Seq(
62
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
63
"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,
+ "joda-time" % "joda-time" % "2.12.6" % Test,
66
"org.joda" % "joda-convert" % "2.2.3" % Test,
67
"org.slf4j" % "slf4j-simple" % slf4jVersion % Test
68
)
0 commit comments