Skip to content

Commit 482d5f5

Browse files
committed
v 22.3.0
1 parent 96d82e0 commit 482d5f5

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>22.2.1</version>
84+
<version>22.3.0</version>
8585
</dependency>
8686
```
8787

8888
### Gradle
8989

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

0 commit comments

Comments
 (0)