Skip to content

Commit 813522a

Browse files
committed
v 21.1.0
1 parent 31ca27c commit 813522a

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
@@ -81,15 +81,15 @@ If you're using Maven, add this to your pom file:
8181
<dependency>
8282
<groupId>com.approvaltests</groupId>
8383
<artifactId>approvaltests</artifactId>
84-
<version>21.0.0</version>
84+
<version>21.1.0</version>
8585
</dependency>
8686
```
8787

8888
### Gradle
8989

9090
```gradle
9191
dependencies {
92-
testImplementation("com.approvaltests:approvaltests:21.0.0")
92+
testImplementation("com.approvaltests:approvaltests:21.1.0")
9393
}
9494
```
9595

0 commit comments

Comments
 (0)