Skip to content

Commit 6db2f66

Browse files
author
Maria Kusber
authored
Merge pull request #11 from diffblue/maya/readmeversion
Update README.md with the latest version
2 parents e00f625 + d10b16f commit 6db2f66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
2727
dependencies {
28-
implementation("com.diffblue.cover:cover-annotations:1.0.0")
28+
implementation("com.diffblue.cover:cover-annotations:1.1.0")
2929
}
3030
```
3131

3232
Or similarly for `build.gradle.kts`:
3333

3434
```
3535
dependencies {
36-
implementation("com.diffblue.cover:cover-annotations:1.0.0")
36+
implementation("com.diffblue.cover:cover-annotations:1.1.0")
3737
}
3838
```
3939

0 commit comments

Comments
 (0)