Skip to content

Commit

Permalink
Update joda-time to 2.13.0 (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 16, 2024
1 parent 3dfc0d4 commit 91c9c09
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 @@ -183,7 +183,7 @@ lazy val `joda-time` = { project in file("modules/joda-time") }
.settings(
commonSettings,
name := "scala-jsonschema-joda-time",
libraryDependencies += "joda-time" % "joda-time" % "2.12.7"
libraryDependencies += "joda-time" % "joda-time" % "2.13.0"
)

lazy val `cats` = { project in file("modules/cats") }
Expand Down

0 comments on commit 91c9c09

Please sign in to comment.