From 086c717b95588488a87a6b0fcb8f94fdb1757766 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 16 Sep 2024 13:07:24 +0000 Subject: [PATCH] Update joda-time to 2.13.0 --- project/Deps.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Deps.scala b/project/Deps.scala index 704a7ae..432cbdd 100644 --- a/project/Deps.scala +++ b/project/Deps.scala @@ -9,7 +9,7 @@ object Deps { def almondScalaApi = "sh.almond" %% "jupyter-api" % "0.13.14" def argonautShapeless = setting("com.github.alexarchambault" %%% "argonaut-shapeless_6.3" % "1.3.1") def dataClass = "io.github.alexarchambault" %% "data-class" % "0.2.6" - def jodaTime = "joda-time" % "joda-time" % "2.12.7" + def jodaTime = "joda-time" % "joda-time" % "2.13.0" def rhino = "org.mozilla" % "rhino" % "1.7.15" def scalajsDom = setting("org.scala-js" %%% "scalajs-dom" % "2.8.0") def scalatags = setting("com.lihaoyi" %%% "scalatags" % "0.13.1")