File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ For installation into a Gradle project the `compileOnly` and `testImplementation
3636
3737```
3838dependencies {
39- compileOnly("com.diffblue.cover:cover-annotations:1.5 .0")
39+ compileOnly("com.diffblue.cover:cover-annotations:1.6 .0")
4040
41- testImplementation("com.diffblue.cover:cover-annotations:1.5 .0")
41+ testImplementation("com.diffblue.cover:cover-annotations:1.6 .0")
4242}
4343```
4444
Original file line number Diff line number Diff line change 1616 <modelVersion >4.0.0</modelVersion >
1717 <groupId >com.diffblue.cover</groupId >
1818 <artifactId >cover-annotations</artifactId >
19- <version >1.5 .0</version >
19+ <version >1.6 .0</version >
2020 <packaging >jar</packaging >
2121
2222 <name >Cover Annotations</name >
You can’t perform that action at this time.
0 commit comments