Skip to content

Commit b3782d6

Browse files
Update joda-time to 2.14.0 (#953)
1 parent 3b64cfa commit b3782d6

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
@@ -102,7 +102,7 @@ libraryDependencies ++= Seq(
102102
),
103103
"org.scalatest" %% "scalatest" % "3.2.19" % "test",
104104
"org.mockito" % "mockito-all" % "1.10.19" % "test",
105-
"joda-time" % "joda-time" % "2.13.1" % "test",
105+
"joda-time" % "joda-time" % "2.14.0" % "test",
106106
"org.joda" % "joda-convert" % "3.0.1" % "test",
107107
"org.slf4j" % "slf4j-api" % "2.0.17" % "test"
108108
)

0 commit comments

Comments
 (0)