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 c0c248c commit 7cdcd73Copy full SHA for 7cdcd73
README.md
@@ -68,15 +68,15 @@ If you're using Maven, add this to your pom file:
68
<dependency>
69
<groupId>com.approvaltests</groupId>
70
<artifactId>approvaltests</artifactId>
71
- <version>15.1.1</version>
+ <version>15.1.2</version>
72
</dependency>
73
```
74
75
### Gradle
76
77
```gradle
78
dependencies {
79
- testImplementation("com.approvaltests:approvaltests:15.1.1")
+ testImplementation("com.approvaltests:approvaltests:15.1.2")
80
}
81
82
0 commit comments