We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22841eb commit 1d4aa00Copy full SHA for 1d4aa00
1 file changed
build.sbt
@@ -19,7 +19,7 @@ lazy val root = (project in file("."))
19
crossPaths := false, // drop off Scala suffix from artifact names.
20
autoScalaLibrary := false, // exclude scala-library from dependencies
21
libraryDependencies ++= Seq(
22
- "com.github.spotbugs" % "spotbugs-annotations" % "4.9.4"
+ "com.github.spotbugs" % "spotbugs-annotations" % "4.9.5"
23
),
24
spotlessJava := JavaConfig(
25
googleJavaFormat = GoogleJavaFormatConfig()
0 commit comments