Skip to content

Commit e9f7e32

Browse files
committed
e set SNAPSHOT version
1 parent a5bff5d commit e9f7e32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@ If you're using Maven, add this to your pom file:
6868
<dependency>
6969
<groupId>com.approvaltests</groupId>
7070
<artifactId>approvaltests</artifactId>
71-
<version>15.0.0</version>
71+
<version>15.1.0</version>
7272
</dependency>
7373
```
7474

7575
### Gradle
7676

7777
```gradle
7878
dependencies {
79-
testImplementation("com.approvaltests:approvaltests:15.0.0")
79+
testImplementation("com.approvaltests:approvaltests:15.1.0")
8080
}
8181
```
8282

0 commit comments

Comments
 (0)