Skip to content

Commit 051134b

Browse files
committed
update README with details of v5
1 parent 8333ee3 commit 051134b

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ You can find instructions on how to apply the plugin at http://plugins.gradle.or
4343
The plugin exposes multiple options that can be configured by setting them in an `scoverage` block within the project's
4444
build script. These options are as follows:
4545

46-
* `scoverageVersion = <String>` (default `"1.4.1"`): The version of the scoverage scalac plugin. This (gradle) plugin
46+
* `scoverageVersion = <String>` (default `"1.4.2`): The version of the scoverage scalac plugin. This (gradle) plugin
4747
should be compatible with all 1+ versions.
4848

49-
* `scoverageScalaVersion = <String>` (default `"2.12"`): The scala version of the scoverage scalac plugin. This
49+
* `scoverageScalaVersion = <String>` (default `detected`): The scala version of the scoverage scalac plugin. This
5050
overrides the version of the `scala-library` compile dependency (if the dependency is configured).
5151

5252
* `coverageOutputCobertura = <boolean>` (default `true`): Enables/disables cobertura.xml file generation (for both aggregated and non-aggregated reports).
@@ -122,6 +122,13 @@ In order for the plugin to work alongside [Palantir's consistent versions plugin
122122
the Scala version must be manually configured (via `scoverageScalaVersion`); otherwise, the plugin will attempt to
123123
resolve the compilation classpath, which is prohibited by the versions plugin.
124124

125+
Migration to 5.x
126+
----------------
127+
128+
* Requires scoverage 1.4.2 or higher (and uses this version by default)
129+
* Adds support for Scala 2.13
130+
* Drops support for Scala 2.11
131+
125132
Migration to 4.x
126133
----------------
127134

0 commit comments

Comments
 (0)