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
24
24
<dependency>
25
25
<groupId>com.diffblue.cover</groupId>
26
26
<artifactId>cover-annotations</artifactId>
27
- <version>1.4 .0</version>
27
+ <version>1.5 .0</version>
28
28
<scope>provided</scope>
29
29
</dependency>
30
30
</dependencies>
@@ -36,9 +36,9 @@ For installation into a Gradle project the `compileOnly` and `testImplementation
36
36
37
37
```
38
38
dependencies {
39
- compileOnly("com.diffblue.cover:cover-annotations:1.4 .0")
39
+ compileOnly("com.diffblue.cover:cover-annotations:1.5 .0")
40
40
41
- testImplementation("com.diffblue.cover:cover-annotations:1.4 .0")
41
+ testImplementation("com.diffblue.cover:cover-annotations:1.5 .0")
42
42
}
43
43
```
44
44
Original file line number Diff line number Diff line change 16
16
<modelVersion >4.0.0</modelVersion >
17
17
<groupId >com.diffblue.cover</groupId >
18
18
<artifactId >cover-annotations</artifactId >
19
- <version >1.4 .0</version >
19
+ <version >1.5 .0</version >
20
20
<packaging >jar</packaging >
21
21
22
22
<name >Cover Annotations</name >
You can’t perform that action at this time.
0 commit comments