Skip to content

Commit df1f723

Browse files
committed
. C Release v25.0.1
1 parent 728fd04 commit df1f723

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,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.22.0</version>
86+
<version>25.0.1</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.22.0")
95+
testImplementation("com.approvaltests:approvaltests:25.0.1")
9696
}
9797
```
9898

0 commit comments

Comments
 (0)