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 892c2b1 commit 1cdf86fCopy full SHA for 1cdf86f
README.md
@@ -83,7 +83,7 @@ If you're using Maven, add this to your pom file:
83
<dependency>
84
<groupId>com.approvaltests</groupId>
85
<artifactId>approvaltests</artifactId>
86
- <version>24.0.0</version>
+ <version>24.1.0</version>
87
<scope>test</scope>
88
</dependency>
89
```
@@ -92,7 +92,7 @@ If you're using Maven, add this to your pom file:
92
93
```gradle
94
dependencies {
95
- testImplementation("com.approvaltests:approvaltests:24.0.0")
+ testImplementation("com.approvaltests:approvaltests:24.1.0")
96
}
97
98
0 commit comments