Skip to content

Commit

Permalink
Update joda-time to 2.10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and andyglow committed Oct 26, 2020
1 parent c83f358 commit 8781905
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 @@ -223,7 +223,7 @@ lazy val `joda-time` = { project in file("modules/joda-time") }.dependsOn(core,

name := "scala-jsonschema-joda-time",

libraryDependencies += "joda-time" % "joda-time" % "2.10.6"
libraryDependencies += "joda-time" % "joda-time" % "2.10.8"
)

lazy val `cats` = { project in file("modules/cats") }.dependsOn(core, api).settings(
Expand Down

0 comments on commit 8781905

Please sign in to comment.