sbt-findbugs 2.0.0 is a major update that brings the plugin up to date with the current sbt plugin best practices.
Improvements include:
- Support for sbt 1.0.
- Rename of the project from findbugs4sbt to sbt-findbugs and artefact to
com.github.sbt/sbt-findbugs
. - Plugin is now an
AutoPlugin
and doesn't require importing of settings. - Removal of
findbugs
configuration.