Skip to content

Commit 233c278

Browse files
committed
TG-23051 update version 1.6.0
1 parent e5a4d35 commit 233c278

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ For installation into a Gradle project the `compileOnly` and `testImplementation
3636

3737
```
3838
dependencies {
39-
compileOnly("com.diffblue.cover:cover-annotations:1.5.0")
39+
compileOnly("com.diffblue.cover:cover-annotations:1.6.0")
4040
41-
testImplementation("com.diffblue.cover:cover-annotations:1.5.0")
41+
testImplementation("com.diffblue.cover:cover-annotations:1.6.0")
4242
}
4343
```
4444

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<modelVersion>4.0.0</modelVersion>
1717
<groupId>com.diffblue.cover</groupId>
1818
<artifactId>cover-annotations</artifactId>
19-
<version>1.5.0</version>
19+
<version>1.6.0</version>
2020
<packaging>jar</packaging>
2121

2222
<name>Cover Annotations</name>

0 commit comments

Comments
 (0)