diff --git a/build.sbt b/build.sbt index 97a3ebc..d79eaee 100644 --- a/build.sbt +++ b/build.sbt @@ -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.5" + libraryDependencies += "joda-time" % "joda-time" % "2.12.6" ) lazy val `cats` = { project in file("modules/cats") }