Skip to content

Commit

Permalink
Update joda-time to 2.10.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 20, 2022
1 parent 22f3b1b commit 228b51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/joda/build.sbt
Expand Up @@ -4,7 +4,7 @@ name := "pureconfig-joda"

crossScalaVersions := Seq(scala212, scala213)

libraryDependencies ++= Seq("joda-time" % "joda-time" % "2.10.13", "org.joda" % "joda-convert" % "2.2.2")
libraryDependencies ++= Seq("joda-time" % "joda-time" % "2.10.14", "org.joda" % "joda-convert" % "2.2.2")

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

0 comments on commit 228b51e

Please sign in to comment.