Skip to content

Commit 1d4aa00

Browse files
Update spotbugs-annotations to 4.9.5 (#33)
Co-authored-by: scala-steward-gatling[bot] <140393974+scala-steward-gatling[bot]@users.noreply.github.com>
1 parent 22841eb commit 1d4aa00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ lazy val root = (project in file("."))
1919
crossPaths := false, // drop off Scala suffix from artifact names.
2020
autoScalaLibrary := false, // exclude scala-library from dependencies
2121
libraryDependencies ++= Seq(
22-
"com.github.spotbugs" % "spotbugs-annotations" % "4.9.4"
22+
"com.github.spotbugs" % "spotbugs-annotations" % "4.9.5"
2323
),
2424
spotlessJava := JavaConfig(
2525
googleJavaFormat = GoogleJavaFormatConfig()

0 commit comments

Comments
 (0)