Skip to content

Commit aa834a1

Browse files
committed
v 23.0.0
1 parent f624145 commit aa834a1

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
@@ -83,15 +83,15 @@ If you're using Maven, add this to your pom file:
8383
<dependency>
8484
<groupId>com.approvaltests</groupId>
8585
<artifactId>approvaltests</artifactId>
86-
<version>22.4.0</version>
86+
<version>23.0.0</version>
8787
</dependency>
8888
```
8989

9090
### Gradle
9191

9292
```gradle
9393
dependencies {
94-
testImplementation("com.approvaltests:approvaltests:22.4.0")
94+
testImplementation("com.approvaltests:approvaltests:23.0.0")
9595
}
9696
```
9797

0 commit comments

Comments
 (0)