Skip to content

Commit

Permalink
Update joda-time to 2.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 20, 2024
1 parent 13e61e7 commit 379068c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/joda/build.sbt
Expand Up @@ -2,7 +2,7 @@ import Dependencies.Version._

crossScalaVersions := Seq(scala212, scala213)

libraryDependencies ++= Seq("joda-time" % "joda-time" % "2.12.6", "org.joda" % "joda-convert" % "2.2.3")
libraryDependencies ++= Seq("joda-time" % "joda-time" % "2.12.7", "org.joda" % "joda-convert" % "2.2.3")

developers := List(
Developer("melrief", "Mario Pastorelli", "pastorelli.mario@gmail.com", url("https://github.com/melrief")),
Expand Down

0 comments on commit 379068c

Please sign in to comment.