Skip to content

Commit

Permalink
Update spotbugs-annotations to 4.9.1 (#16)
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 Feb 8, 2025
1 parent d2338c1 commit b23ed0b
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.9.0"
"com.github.spotbugs" % "spotbugs-annotations" % "4.9.1"
),
spotlessJava := JavaConfig(
googleJavaFormat = GoogleJavaFormatConfig()
Expand Down

0 comments on commit b23ed0b

Please sign in to comment.