Skip to content

Commit

Permalink
Merge pull request #552 from scala-steward/update/joda-time-2.10.14
Browse files Browse the repository at this point in the history
Update joda-time to 2.10.14
  • Loading branch information
Javakky-pxv authored Mar 23, 2023
2 parents 6bb3e30 + 5e74445 commit 3829480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ lazy val playSwagger = project.in(file("core"))
"com.github.takezoe" %% "runtime-scaladoc-reader" % "1.0.3",
"org.scalameta" %% "scalameta" % "4.7.6",
"net.steppschuh.markdowngenerator" % "markdowngenerator" % "1.3.1.1",
"joda-time" % "joda-time" % "2.10.6" % Test,
"joda-time" % "joda-time" % "2.10.14" % Test,
"com.google.errorprone" % "error_prone_annotations" % "2.18.0" % Test
),
addCompilerPlugin("com.github.takezoe" %% "runtime-scaladoc-reader" % "1.0.3"),
Expand Down

0 comments on commit 3829480

Please sign in to comment.