Skip to content

Commit

Permalink
Update joda-convert to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 8, 2024
1 parent f229449 commit 70ed9c0
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 @@ -103,7 +103,7 @@ libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.2.19" % "test",
"org.mockito" % "mockito-all" % "1.10.19" % "test",
"joda-time" % "joda-time" % "2.13.0" % "test",
"org.joda" % "joda-convert" % "2.2.4" % "test",
"org.joda" % "joda-convert" % "3.0.1" % "test",
"org.slf4j" % "slf4j-api" % "2.0.16" % "test"
)

Expand Down

0 comments on commit 70ed9c0

Please sign in to comment.