diff --git a/README.md b/README.md index 6792d00..60bbfae 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ In order for the plugin to work alongside [Palantir's consistent versions plugin the Scala version must be manually configured (via `scoverageScalaVersion`); otherwise, the plugin will attempt to resolve the compilation classpath, which is prohibited by the versions plugin. -Migration to 6.1.1 +Migration to 7.x ---------------- * Running without normal compilation is now made with `-PscoverageCompileOnly` instead of `-x compileScala`. diff --git a/build.gradle b/build.gradle index 0b56067..abbc5eb 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ repositories { group 'org.scoverage' description = 'gradle-scoverage is a Gradle plugin for calculating code coverage using Scoverage' if (project.version == 'unspecified') { - version = '6.0.0-SNAPSHOT' + version = '7.0.0-SNAPSHOT' } ext { website = 'http://scoverage.org'