From 1506cc4b6409ae8c2e8ea85d4c786ef77560acbe Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 20 Mar 2022 20:29:46 +0100 Subject: [PATCH] Update joda-time to 2.10.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 478eae37..3677ac67 100644 --- a/build.sbt +++ b/build.sbt @@ -104,7 +104,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.10.13" + "joda-time" % "joda-time" % "2.10.14" ) ) .dependsOn (slickPgCore % "test->test;compile->compile")