
Fix the failure of 'activator findbugs'
It failed because findbugs 2 doesn't support Java 8. Upgrade findbugs4sbt to 1.4.0 which uses findbugs 3.0.0. which supports Java 8.
@4ada856226fdd0679cce4250f5781ab8e392dced
--- project/plugins.sbt
+++ project/plugins.sbt
... | ... | @@ -14,7 +14,7 @@ |
14 | 14 |
|
15 | 15 |
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.0.3") |
16 | 16 |
|
17 |
-addSbtPlugin("de.johoop" % "findbugs4sbt" % "1.3.0") |
|
17 |
+addSbtPlugin("de.johoop" % "findbugs4sbt" % "1.4.0") |
|
18 | 18 |
|
19 | 19 |
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.3.2") |
20 | 20 |
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?