We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e66bc0 + 06dcb63 commit 030c8efCopy full SHA for 030c8ef
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.0",
+ libraryDependencies += "joda-time" % "joda-time" % "2.13.1",
187
libraryDependencies += "com.github.nscala-time" %% "nscala-time" % "3.0.0",
188
libraryDependencies += "com.typesafe" % "config" % "1.4.3"
189
)
0 commit comments