From 2a0f702a2d22e718167798e8e26763146c2e77d7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 31 Mar 2023 00:15:33 +0000 Subject: [PATCH] Update joda-time to 2.12.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3f34f0fb..97caea06 100644 --- a/build.sbt +++ b/build.sbt @@ -103,7 +103,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.4" + "joda-time" % "joda-time" % "2.12.5" ) ) .dependsOn (slickPgCore % "test->test;compile->compile")