Skip to content

Commit

Permalink
Update spotbugs-annotations to 4.8.6 (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward-gatling[bot] <140393974+scala-steward-gatling[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-gatling[bot] authored Jun 24, 2024
1 parent 45e6a0e commit 39e357b
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 @@ -19,7 +19,7 @@ lazy val root = (project in file("."))
crossPaths := false, // drop off Scala suffix from artifact names.
autoScalaLibrary := false, // exclude scala-library from dependencies
libraryDependencies ++= Seq(
"com.github.spotbugs" % "spotbugs-annotations" % "4.8.5"
"com.github.spotbugs" % "spotbugs-annotations" % "4.8.6"
),
spotlessJava := JavaConfig(
googleJavaFormat = GoogleJavaFormatConfig()
Expand Down

0 comments on commit 39e357b

Please sign in to comment.