Skip to content

Commit 5b03169

Browse files
committed
v 16.0.1
1 parent b72f56c commit 5b03169

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
@@ -70,15 +70,15 @@ If you're using Maven, add this to your pom file:
7070
<dependency>
7171
<groupId>com.approvaltests</groupId>
7272
<artifactId>approvaltests</artifactId>
73-
<version>16.0.0</version>
73+
<version>16.0.1</version>
7474
</dependency>
7575
```
7676

7777
### Gradle
7878

7979
```gradle
8080
dependencies {
81-
testImplementation("com.approvaltests:approvaltests:16.0.0")
81+
testImplementation("com.approvaltests:approvaltests:16.0.1")
8282
}
8383
```
8484

0 commit comments

Comments
 (0)