diff --git a/README.md b/README.md index c4072f5..328ea95 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.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") } ```