File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ You can find instructions on how to apply the plugin at http://plugins.gradle.or
4343The plugin exposes multiple options that can be configured by setting them in an ` scoverage ` block within the project's
4444build 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
4747should 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
5050overrides 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
122122the Scala version must be manually configured (via ` scoverageScalaVersion ` ); otherwise, the plugin will attempt to
123123resolve 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+
125132Migration to 4.x
126133----------------
127134
You can’t perform that action at this time.
0 commit comments