diff --git a/README.md b/README.md index e98f519..570e232 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ For installation into a Maven project the `provided` scope is recommended so tha com.diffblue.cover cover-annotations - 1.4.0 + 1.5.0 provided @@ -36,9 +36,9 @@ For installation into a Gradle project the `compileOnly` and `testImplementation ``` dependencies { - compileOnly("com.diffblue.cover:cover-annotations:1.4.0") + compileOnly("com.diffblue.cover:cover-annotations:1.5.0") - testImplementation("com.diffblue.cover:cover-annotations:1.4.0") + testImplementation("com.diffblue.cover:cover-annotations:1.5.0") } ``` diff --git a/pom.xml b/pom.xml index 97786d6..3a51e16 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.diffblue.cover cover-annotations - 1.4.0 + 1.5.0 jar Cover Annotations