File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ In order to use the annotations in your Maven project then the Diffblue reposito
14
14
<dependency >
15
15
<groupId >com.diffblue.cover</groupId >
16
16
<artifactId >cover-annotations</artifactId >
17
- <version >1.0 .0</version >
17
+ <version >1.1 .0</version >
18
18
</dependency >
19
19
</dependencies >
20
20
```
@@ -25,15 +25,15 @@ In order to use the annotations in your Gradle project then the Diffblue reposit
25
25
26
26
``` gradle
27
27
dependencies {
28
- implementation("com.diffblue.cover:cover-annotations:1.0 .0")
28
+ implementation("com.diffblue.cover:cover-annotations:1.1 .0")
29
29
}
30
30
```
31
31
32
32
Or similarly for ` build.gradle.kts ` :
33
33
34
34
```
35
35
dependencies {
36
- implementation("com.diffblue.cover:cover-annotations:1.0 .0")
36
+ implementation("com.diffblue.cover:cover-annotations:1.1 .0")
37
37
}
38
38
```
39
39
You can’t perform that action at this time.
0 commit comments