Skip to content

Commit 923a53f

Browse files
committed
v 24.17.0
1 parent 0333c12 commit 923a53f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ If you're using Maven, add this to your pom file:
8383
<dependency>
8484
<groupId>com.approvaltests</groupId>
8585
<artifactId>approvaltests</artifactId>
86-
<version>24.16.1</version>
86+
<version>24.17.0</version>
8787
<scope>test</scope>
8888
</dependency>
8989
```
@@ -92,7 +92,7 @@ If you're using Maven, add this to your pom file:
9292

9393
```gradle
9494
dependencies {
95-
testImplementation("com.approvaltests:approvaltests:24.16.1")
95+
testImplementation("com.approvaltests:approvaltests:24.17.0")
9696
}
9797
```
9898

0 commit comments

Comments
 (0)