Skip to content

Commit

Permalink
Update joda-time to 2.12.5 (#456)
Browse files Browse the repository at this point in the history
* Update joda-time to 2.12.5

* Revert commit(s) 6120353

* Update joda-time to 2.12.5
  • Loading branch information
scala-steward committed Oct 6, 2023
1 parent 8217c60 commit 2515af3
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 @@ -89,7 +89,7 @@ val scalactic = "org.scalactic" %% "scalactic"
val scalatest = "org.scalatest" %% "scalatest" % "3.2.17" % "test"


val joda_time = "joda-time" % "joda-time" % "2.12.2"
val joda_time = "joda-time" % "joda-time" % "2.12.5"
val algebird = "com.twitter" %% "algebird-core" % "0.13.10"
val joda_convert = "org.joda" % "joda-convert" % "2.2.3"
val spatial4j = "org.locationtech.spatial4j" % "spatial4j" % "0.8"
Expand Down

0 comments on commit 2515af3

Please sign in to comment.