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 3b64cfa commit b3782d6Copy full SHA for b3782d6
build.sbt
@@ -102,7 +102,7 @@ libraryDependencies ++= Seq(
102
),
103
"org.scalatest" %% "scalatest" % "3.2.19" % "test",
104
"org.mockito" % "mockito-all" % "1.10.19" % "test",
105
- "joda-time" % "joda-time" % "2.13.1" % "test",
+ "joda-time" % "joda-time" % "2.14.0" % "test",
106
"org.joda" % "joda-convert" % "3.0.1" % "test",
107
"org.slf4j" % "slf4j-api" % "2.0.17" % "test"
108
)
0 commit comments