Releases: scoverage/sbt-scoverage
v2.0.0
Please see the previous RC and Milestone releases for any information on breaking changes. This finally releases v2.0.0 of sbt-scoverage which most notably uses scoverage 2.0.0 offering support for Scala 3 starting with the 3.2.x series. Thanks to all the contributors both on the scoverage side and on the dotc side!
What’s Changed
v2.0.0-RC2
v2.0.0-RC1
What’s Changed
NOTE: That will this it also removes the long deprecated coverageMinimum. You'll need to replace it with coverageMinimumStmtTotal.
- chore(ci): test on 8 and 17 not 8 and 11 (#435) @ckipp01
- feat: add support for 2.12.16 with newest scoverage (#434) @ckipp01
- Bump actions/setup-java from 2 to 3 (#433) @dependabot
- Bump actions/checkout from 2 to 3 (#432) @dependabot
- Add support for Scala 3 (#429) @pikinier20
- chore(deps): update various deps (#431) @ckipp01
v2.0.0-M4
Same changes as https://github.com/scoverage/sbt-scoverage/releases/tag/v1.9.3 with a focus on Scala 2.13.8 support.
v1.9.3
What’s Changed
- dep: bump default scoverage version to 1.4.11 (#413) @ckipp01
- dep: bump scalafmt to 3.3.1 (#412) @ckipp01
- dep: bump sbt to 1.6.1 (#411) @ckipp01
- Update sbt-scalafmt to 2.4.6 (#408) @scala-steward
- Update Scalafmt to 3.1.2 (#398) @exoego
- Update sbt, scripted-plugin to 1.5.8 (#406) @scala-steward
- Update sbt, scripted-plugin to 1.5.7 (#404) @scala-steward
v2.0.0-M3
v2.0.0-M2
v1.9.2
v2.0.0-M1
This is the first Milestone release supporting the 2.x series of scoverage. For existing 2.12 and 2.13 users nothing should have really changed for you from a users standpoint. You can find more context to what this release means here in the main repo. Keep in mind that this tag is attached to the V2 branch, not main.
NOTE: that once the pr into lampepfl/dotty is created for coverage support in Scala 3 this version will already be able to be used with a self-published 3.1.2-RC1-bin-SNAPSHOT version of Scala, which needs to be published locally, until it's merged in and released.
Towards coverage support in Scala 3!
v1.9.1
What’s Changed
- Ensure reporting and aggregation still works when disabling modules. (#377) @ckipp01
- Update scalafmt-core to 3.0.6 (#375) @scala-steward
- Update sbt-ci-release to 1.5.9 (#373) @scala-steward
- Update scalafmt-core to 3.0.4 (#371) @scala-steward