diff --git a/README.md b/README.md index c4072f5..8f3bfb6 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.8.0 + 1.9.1 provided @@ -36,9 +36,9 @@ For installation into a Gradle project the `compileOnly` and `testImplementation ``` dependencies { - compileOnly("com.diffblue.cover:cover-annotations:1.8.0") + compileOnly("com.diffblue.cover:cover-annotations:1.9.1") - testImplementation("com.diffblue.cover:cover-annotations:1.8.0") + testImplementation("com.diffblue.cover:cover-annotations:1.9.1") } ```