File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ For installation into a Maven project the `provided` scope is recommended so tha
2424 <dependency>
2525 <groupId>com.diffblue.cover</groupId>
2626 <artifactId>cover-annotations</artifactId>
27- <version>1.5 .0</version>
27+ <version>1.7 .0</version>
2828 <scope>provided</scope>
2929 </dependency>
3030</dependencies>
@@ -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.6 .0")
39+ compileOnly("com.diffblue.cover:cover-annotations:1.7 .0")
4040
41- testImplementation("com.diffblue.cover:cover-annotations:1.6 .0")
41+ testImplementation("com.diffblue.cover:cover-annotations:1.7 .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.6 .0</version >
19+ <version >1.7 .0</version >
2020 <packaging >jar</packaging >
2121
2222 <name >Cover Annotations</name >
You can’t perform that action at this time.
0 commit comments