We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6120177 + b394a0a commit 5a93daeCopy full SHA for 5a93dae
build.sbt
@@ -183,7 +183,7 @@ lazy val scala_core_dates =
183
name := "scala-core-dates",
184
scalaVersion := scala3Version,
185
libraryDependencies ++= scalaTestDeps,
186
- libraryDependencies += "joda-time" % "joda-time" % "2.13.1",
+ libraryDependencies += "joda-time" % "joda-time" % "2.14.0",
187
libraryDependencies += "com.github.nscala-time" %% "nscala-time" % "3.0.0",
188
libraryDependencies += "com.typesafe" % "config" % "1.4.3"
189
)
0 commit comments