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 871507a commit 3bcec5bCopy full SHA for 3bcec5b
README.md
@@ -62,15 +62,15 @@ If you're using Maven, add this to your pom file:
62
<dependency>
63
<groupId>com.approvaltests</groupId>
64
<artifactId>approvaltests</artifactId>
65
- <version>11.2.2</version>
+ <version>11.2.3</version>
66
</dependency>
67
```
68
69
### Gradle
70
71
```gradle
72
dependencies {
73
- testImplementation("com.approvaltests:approvaltests:11.2.2")
+ testImplementation("com.approvaltests:approvaltests:d+.d+.d+11.2.3")
74
}
75
76
0 commit comments