Skip to content

Commit 5a93dae

Browse files
authored
Merge pull request #1824 from Baeldung/update/joda-time-2.14.0
Update joda-time from 2.13.1 to 2.14.0
2 parents 6120177 + b394a0a commit 5a93dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ lazy val scala_core_dates =
183183
name := "scala-core-dates",
184184
scalaVersion := scala3Version,
185185
libraryDependencies ++= scalaTestDeps,
186-
libraryDependencies += "joda-time" % "joda-time" % "2.13.1",
186+
libraryDependencies += "joda-time" % "joda-time" % "2.14.0",
187187
libraryDependencies += "com.github.nscala-time" %% "nscala-time" % "3.0.0",
188188
libraryDependencies += "com.typesafe" % "config" % "1.4.3"
189189
)

0 commit comments

Comments
 (0)