diff --git a/build.sbt b/build.sbt index b991442e..54215b93 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")