From a6f471ddfd7c2235d0fef0bb97f15a26b413503e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 16 Sep 2024 20:21:02 +0000 Subject: [PATCH] Update joda-time to 2.13.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")