diff --git a/README.md b/README.md index 570e232..87331f2 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,9 @@ For installation into a Gradle project the `compileOnly` and `testImplementation ``` dependencies { - compileOnly("com.diffblue.cover:cover-annotations:1.5.0") + compileOnly("com.diffblue.cover:cover-annotations:1.6.0") - testImplementation("com.diffblue.cover:cover-annotations:1.5.0") + testImplementation("com.diffblue.cover:cover-annotations:1.6.0") } ``` diff --git a/pom.xml b/pom.xml index 6a44738..4752e23 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.diffblue.cover cover-annotations - 1.5.0 + 1.6.0 jar Cover Annotations