Skip to content

Commit 05e9384

Browse files
authored
Update joda-time to 2.13.1
1 parent 061aa69 commit 05e9384

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
@@ -52,7 +52,7 @@ lazy val `scalacheck-toolbox-datetime`: ProjectMatrix =
5252
)
5353
.jvmPlatform(
5454
scalaVersions = allScalaVersions,
55-
libraryDependencies += "joda-time" % "joda-time" % "2.12.7"
55+
libraryDependencies += "joda-time" % "joda-time" % "2.13.1"
5656
)
5757
.jsPlatform(
5858
scalaVersions = allScalaVersions,

0 commit comments

Comments
 (0)