Skip to content

Commit

Permalink
Merge pull request iheartradio#33 from scala-steward/update/error_pro…
Browse files Browse the repository at this point in the history
…ne_annotations-2.22.0

Update error_prone_annotations to 2.22.0
  • Loading branch information
Javakky-pxv committed Oct 2, 2023
2 parents 927ffd8 + 4f802f5 commit d3959cd
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 @@ -48,7 +48,7 @@ lazy val playSwagger = project.in(file("core"))
"org.scalameta" %% "scalameta" % "4.8.11",
"net.steppschuh.markdowngenerator" % "markdowngenerator" % "1.3.1.1",
"joda-time" % "joda-time" % "2.12.5" % Test,
"com.google.errorprone" % "error_prone_annotations" % "2.21.1" % Test
"com.google.errorprone" % "error_prone_annotations" % "2.22.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 d3959cd

Please sign in to comment.