Skip to content

v3.0.0

Compare
Choose a tag to compare
@stringbean stringbean released this 20 Sep 15:25
· 288 commits to main since this release
607fea3

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 AutoPlugins 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.