From 6a98dab46d9044988a7b6af559001cfc3a698252 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 10 Mar 2023 16:04:50 +0000 Subject: [PATCH] Update joda-time to 2.10.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fb114da5..67f84cb8 100644 --- a/build.sbt +++ b/build.sbt @@ -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.5", "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.17.0" % Test ), addCompilerPlugin("com.github.takezoe" %% "runtime-scaladoc-reader" % "1.0.3"),