Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Commit

Permalink
Fix the failure of 'activator findbugs'
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Yi EungJun committed Jun 5, 2015
1 parent 37b97bb commit 4ada856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-less" % "1.0.4")

addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.0.3")

addSbtPlugin("de.johoop" % "findbugs4sbt" % "1.3.0")
addSbtPlugin("de.johoop" % "findbugs4sbt" % "1.4.0")

addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.3.2")

Expand Down

0 comments on commit 4ada856

Please sign in to comment.