Skip to content

Commit 030c8ef

Browse files
authored
Merge pull request #1743 from Baeldung/update/joda-time-2.13.1
Update joda-time from 2.13.0 to 2.13.1
2 parents 9e66bc0 + 06dcb63 commit 030c8ef

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
@@ -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.0",
186+
libraryDependencies += "joda-time" % "joda-time" % "2.13.1",
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)