From 4752a49ad1f178ae43a636b76055ff854d133455 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 6 Oct 2024 21:50:10 +0000 Subject: [PATCH] Update joda-convert to 2.2.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3b67fd6c..3f8cd24c 100644 --- a/build.sbt +++ b/build.sbt @@ -91,7 +91,7 @@ val scalatest = "org.scalatest" %% "scalatest" val joda_time = "joda-time" % "joda-time" % "2.12.7" val algebird = "com.twitter" %% "algebird-core" % "0.13.10" -val joda_convert = "org.joda" % "joda-convert" % "2.2.3" +val joda_convert = "org.joda" % "joda-convert" % "2.2.4" val spatial4j = "org.locationtech.spatial4j" % "spatial4j" % "0.8" val typesafe_config = "com.typesafe" % "config" % "1.3.4"