Skip to content

Commit

Permalink
Update joda-time to 2.12.2 (#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Dec 7, 2022
1 parent 1af3b87 commit fce55f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ libraryDependencies ++= Seq(
"org.scala-lang" % "scala-compiler" % scalaVersion.value % "test",
"org.scalatest" %% "scalatest" % "3.2.14" % "test",
"org.mockito" % "mockito-all" % "1.10.19" % "test",
"joda-time" % "joda-time" % "2.12.1" % "test",
"joda-time" % "joda-time" % "2.12.2" % "test",
"org.joda" % "joda-convert" % "2.2.2" % "test",
"org.slf4j" % "slf4j-api" % "2.0.5" % "test"
)
Expand Down

0 comments on commit fce55f4

Please sign in to comment.