From 1ac48a82395fddb839112537f17093cf666e19bc Mon Sep 17 00:00:00 2001 From: Stu Date: Mon, 23 Aug 2021 12:28:08 +0100 Subject: [PATCH] bump next version to 7 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'