Skip to content

Commit

Permalink
Update joda-time to 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 16, 2024
1 parent 5e28acb commit 086c717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Deps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 086c717

Please sign in to comment.