v3.0.0
sbt-jacoco 3.0.0 is a major update that brings the plugin up to date with the current SBT plugin best practices.
Improvement/fixes include:
- Support for SBT 1.0.
- Rename of project from jacoco4sbt to sbt-jacoco and artefact to
org.scala-sbt
/sbt-jacoco
. - Plugins are now
AutoPlugin
s and don't require importing of settings. - Prefixing of setting/task keys with
jacoco
. - Plus lots of minor fixes.
See the migration guide for how to upgrade.