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
1414 <dependency >
1515 <groupId >com.diffblue.cover</groupId >
1616 <artifactId >cover-annotations</artifactId >
17- <version >1.0 .0</version >
17+ <version >1.1 .0</version >
1818 </dependency >
1919</dependencies >
2020```
@@ -25,15 +25,15 @@ In order to use the annotations in your Gradle project then the Diffblue reposit
2525
2626``` gradle
2727dependencies {
28- implementation("com.diffblue.cover:cover-annotations:1.0 .0")
28+ implementation("com.diffblue.cover:cover-annotations:1.1 .0")
2929}
3030```
3131
3232Or similarly for ` build.gradle.kts ` :
3333
3434```
3535dependencies {
36- implementation("com.diffblue.cover:cover-annotations:1.0 .0")
36+ implementation("com.diffblue.cover:cover-annotations:1.1 .0")
3737}
3838```
3939
You can’t perform that action at this time.
0 commit comments