diff --git a/build.sbt b/build.sbt index 200c597..9e1c453 100644 --- a/build.sbt +++ b/build.sbt @@ -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.4" + "com.github.spotbugs" % "spotbugs-annotations" % "4.9.5" ), spotlessJava := JavaConfig( googleJavaFormat = GoogleJavaFormatConfig()