Skip to content

Commit 6058d76

Browse files
authored
Merge pull request #31 from diffblue/jcatto/feature/TG-23145-1.5.0
TG-23145 - bumped version to 1.5.0
2 parents 8632424 + e8a9984 commit 6058d76

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For installation into a Maven project the `provided` scope is recommended so tha
2424
<dependency>
2525
<groupId>com.diffblue.cover</groupId>
2626
<artifactId>cover-annotations</artifactId>
27-
<version>1.4.0</version>
27+
<version>1.5.0</version>
2828
<scope>provided</scope>
2929
</dependency>
3030
</dependencies>
@@ -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.4.0")
39+
compileOnly("com.diffblue.cover:cover-annotations:1.5.0")
4040
41-
testImplementation("com.diffblue.cover:cover-annotations:1.4.0")
41+
testImplementation("com.diffblue.cover:cover-annotations:1.5.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.4.0</version>
19+
<version>1.5.0</version>
2020
<packaging>jar</packaging>
2121

2222
<name>Cover Annotations</name>

0 commit comments

Comments
 (0)