Skip to content

Commit 1ac48a8

Browse files
committed
bump next version to 7
1 parent efd4e0e commit 1ac48a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ In order for the plugin to work alongside [Palantir's consistent versions plugin
123123
the Scala version must be manually configured (via `scoverageScalaVersion`); otherwise, the plugin will attempt to
124124
resolve the compilation classpath, which is prohibited by the versions plugin.
125125

126-
Migration to 6.1.1
126+
Migration to 7.x
127127
----------------
128128

129129
* Running without normal compilation is now made with `-PscoverageCompileOnly` instead of `-x compileScala`.

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repositories {
1111
group 'org.scoverage'
1212
description = 'gradle-scoverage is a Gradle plugin for calculating code coverage using Scoverage'
1313
if (project.version == 'unspecified') {
14-
version = '6.0.0-SNAPSHOT'
14+
version = '7.0.0-SNAPSHOT'
1515
}
1616
ext {
1717
website = 'http://scoverage.org'

0 commit comments

Comments
 (0)