We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e06d4de commit 1fbc25dCopy full SHA for 1fbc25d
README.md
@@ -84,7 +84,7 @@ If you're using Maven, add this to your pom file:
84
<dependency>
85
<groupId>com.approvaltests</groupId>
86
<artifactId>approvaltests</artifactId>
87
- <version>25.5.0</version>
+ <version>25.6.0</version>
88
<scope>test</scope>
89
</dependency>
90
```
@@ -93,7 +93,7 @@ If you're using Maven, add this to your pom file:
93
94
```gradle
95
dependencies {
96
- testImplementation("com.approvaltests:approvaltests:25.5.0")
+ testImplementation("com.approvaltests:approvaltests:25.6.0")
97
}
98
99
0 commit comments