We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f45b875 + 1c4f518 commit 5e59637Copy full SHA for 5e59637
2 files changed
README.md
@@ -36,9 +36,9 @@ For installation into a Gradle project the `compileOnly` and `testImplementation
36
37
```
38
dependencies {
39
- compileOnly("com.diffblue.cover:cover-annotations:1.5.0")
+ compileOnly("com.diffblue.cover:cover-annotations:1.6.0")
40
41
- testImplementation("com.diffblue.cover:cover-annotations:1.5.0")
+ testImplementation("com.diffblue.cover:cover-annotations:1.6.0")
42
}
43
44
pom.xml
@@ -16,7 +16,7 @@
16
<modelVersion>4.0.0</modelVersion>
17
<groupId>com.diffblue.cover</groupId>
18
<artifactId>cover-annotations</artifactId>
19
- <version>1.5.0</version>
+ <version>1.6.0</version>
20
<packaging>jar</packaging>
21
22
<name>Cover Annotations</name>
0 commit comments