Skip to content

Releases: scoverage/sbt-scoverage

v2.0.0

25 Jun 11:59

Choose a tag to compare

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

14 Jun 09:14

Choose a tag to compare

v2.0.0-RC2 Pre-release
Pre-release

What’s Changed

v2.0.0-RC1

08 Jun 18:11

Choose a tag to compare

v2.0.0-RC1 Pre-release
Pre-release

What’s Changed

NOTE: That will this it also removes the long deprecated coverageMinimum. You'll need to replace it with coverageMinimumStmtTotal.

v2.0.0-M4

11 Jan 14:31

Choose a tag to compare

v2.0.0-M4 Pre-release
Pre-release

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

11 Jan 13:26

Choose a tag to compare

What’s Changed

v2.0.0-M3

03 Nov 12:36

Choose a tag to compare

v2.0.0-M3 Pre-release
Pre-release

Bump the default scoverage version to v.2.0.0.M4

v2.0.0-M2

02 Nov 18:53

Choose a tag to compare

v2.0.0-M2 Pre-release
Pre-release

Bumps the default scoverage version to add support for 2.13.7.

v1.9.2

02 Nov 18:46

Choose a tag to compare

What’s Changed

  • Bump default plugin version to 1.4.10 (#389) @ckipp01 (2.13.7 support)

v2.0.0-M1

01 Nov 09:51

Choose a tag to compare

v2.0.0-M1 Pre-release
Pre-release

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

11 Oct 09:38
28337aa

Choose a tag to compare

What’s Changed