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 a5bff5d commit e9f7e32Copy full SHA for e9f7e32
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.0.0</version>
+ <version>15.1.0</version>
72
</dependency>
73
```
74
75
### Gradle
76
77
```gradle
78
dependencies {
79
- testImplementation("com.approvaltests:approvaltests:15.0.0")
+ testImplementation("com.approvaltests:approvaltests:15.1.0")
80
}
81
82
0 commit comments