Skip to content

Commit 65c6a2e

Browse files
authored
Merge pull request #1569 from Baeldung/update/joda-time-2.13.0
Update joda-time from 2.12.7 to 2.13.0
2 parents 326bf20 + fb6ebfd commit 65c6a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ lazy val scala_core_dates =
174174
name := "scala-core-dates",
175175
scalaVersion := scala3Version,
176176
libraryDependencies ++= scalaTestDeps,
177-
libraryDependencies += "joda-time" % "joda-time" % "2.12.7",
177+
libraryDependencies += "joda-time" % "joda-time" % "2.13.0",
178178
libraryDependencies += "com.github.nscala-time" %% "nscala-time" % "2.32.0",
179179
libraryDependencies += "com.typesafe" % "config" % "1.4.3"
180180
)

0 commit comments

Comments
 (0)