Skip to content

Commit

Permalink
Merge branch 'master' into update/joda-time-2.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Javakky-pxv committed May 22, 2024
2 parents d1a3a04 + d5a99b5 commit 45e2db8
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 @@ -43,7 +43,7 @@ lazy val playSwagger = project.in(file("core"))
"org.scalameta" %% "scalameta" % "4.8.15",
"net.steppschuh.markdowngenerator" % "markdowngenerator" % "1.3.1.1",
"joda-time" % "joda-time" % "2.12.7" % Test,
"com.google.errorprone" % "error_prone_annotations" % "2.24.1" % Test
"com.google.errorprone" % "error_prone_annotations" % "2.25.0" % Test
),
libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always,
addCompilerPlugin("com.github.takezoe" %% "runtime-scaladoc-reader" % "1.0.3"),
Expand Down

0 comments on commit 45e2db8

Please sign in to comment.