Skip to content

Commit 76f7320

Browse files
committed
v 24.18.0
1 parent f951d26 commit 76f7320

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
@@ -84,7 +84,7 @@ If you're using Maven, add this to your pom file:
8484
<dependency>
8585
<groupId>com.approvaltests</groupId>
8686
<artifactId>approvaltests</artifactId>
87-
<version>24.17.0</version>
87+
<version>24.18.0</version>
8888
<scope>test</scope>
8989
</dependency>
9090
```
@@ -93,7 +93,7 @@ If you're using Maven, add this to your pom file:
9393

9494
```gradle
9595
dependencies {
96-
testImplementation("com.approvaltests:approvaltests:24.17.0")
96+
testImplementation("com.approvaltests:approvaltests:24.18.0")
9797
}
9898
```
9999

0 commit comments

Comments
 (0)