Skip to content

Commit

Permalink
bump next version to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
maiflai committed Aug 23, 2021
1 parent efd4e0e commit 1ac48a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 1ac48a8

Please sign in to comment.