diff --git a/build.sbt b/build.sbt index 64510d8a..458af7e3 100644 --- a/build.sbt +++ b/build.sbt @@ -102,7 +102,7 @@ lazy val slickPgJoda = (project in file("./addons/joda-time")) name := "slick-pg_joda-time", description := "Slick extensions for PostgreSQL - joda time module", libraryDependencies := mainDependencies(scalaVersion.value) ++ Seq( - "joda-time" % "joda-time" % "2.12.7" + "joda-time" % "joda-time" % "2.13.0" ) ) .dependsOn (slickPgCore % "test->test;compile->compile")