From 09d189b3895a15368111f19ef2c683931d562667 Mon Sep 17 00:00:00 2001 From: "wartremover-bot[bot]" <74847867+wartremover-bot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 01:41:22 +0000 Subject: [PATCH] Update joda-time to 2.13.0 in master --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6b99181..d08d2f3 100644 --- a/build.sbt +++ b/build.sbt @@ -99,7 +99,7 @@ lazy val coreSettings = Def.settings( s"-Dplease-recompile-because-main-source-files-changed-${hash}" }, libraryDependencies ++= Seq( - "joda-time" % "joda-time" % "2.12.7" % Test, + "joda-time" % "joda-time" % "2.13.0" % Test, "org.scalatest" %% "scalatest-funsuite" % "3.2.19" % Test ) )