Skip to content

Commit 1fbc25d

Browse files
committed
. C Release v25.6.0
1 parent e06d4de commit 1fbc25d

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>25.5.0</version>
87+
<version>25.6.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:25.5.0")
96+
testImplementation("com.approvaltests:approvaltests:25.6.0")
9797
}
9898
```
9999

0 commit comments

Comments
 (0)