File tree 4 files changed +8
-6
lines changed
4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 4
4
[ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/org.scoverage/sbt-scoverage/badge.svg?kill_cache=1 )] ( https://search.maven.org/artifact/org.scoverage/sbt-scoverage/ )
5
5
[ ![ License] ( http://img.shields.io/:license-Apache%202-red.svg )] ( http://www.apache.org/licenses/LICENSE-2.0.txt )
6
6
7
- sbt-scoverage is a plugin for sbt that integrates the scoverage code coverage
8
- library. Find out more about
9
- [ scoverage here] ( https://github.com/scoverage/scalac-scoverage-plugin ) .
7
+ sbt-scoverage is an sbt plugin that offers support for Scala code coverage using
8
+ [ scoverage] ( https://github.com/scoverage/scalac-scoverage-plugin ) . This plugin
9
+ supports Scala 2.12, 2.13, and 3.
10
+
11
+ * NOTE* : that ScalaJS and Scala Native support is limited to Scala 2.
10
12
11
13
## Setup
12
14
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name := "sbt-scoverage"
2
2
3
3
import sbt .ScriptedPlugin .autoImport .scriptedLaunchOpts
4
4
5
- lazy val scoverageVersion = " 2.0.0-RC2 "
5
+ lazy val scoverageVersion = " 2.0.0"
6
6
7
7
inThisBuild(
8
8
List (
Original file line number Diff line number Diff line change 1
1
version := " 0.1"
2
2
3
- scalaVersion := " 3.2.0-RC1-bin-20220523-6783853-NIGHTLY " // TODO: Should be updated to stable version on 3.2.0-RC1 release
3
+ scalaVersion := " 3.2.0-RC1"
4
4
5
5
libraryDependencies += " org.scalameta" %% " munit" % " 0.7.29" % Test
6
6
Original file line number Diff line number Diff line change 1
1
version := " 0.1"
2
2
3
- scalaVersion := " 3.2.0-RC1-bin-20220523-6783853-NIGHTLY " // TODO: Should be updated to stable version on 3.2.0-RC1 release
3
+ scalaVersion := " 3.2.0-RC1"
4
4
5
5
libraryDependencies += " org.scalameta" %% " munit" % " 0.7.29" % Test
6
6
You can’t perform that action at this time.
0 commit comments