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 33706c2 commit ef6c640Copy full SHA for ef6c640
build.gradle
@@ -17,7 +17,7 @@ repositories {
17
dependencies {
18
implementation gradleApi()
19
implementation localGroovy()
20
- compile group: 'com.assertthat.plugins', name: 'assertthat-bdd-standalone', version: '1.3'
+ compile group: 'com.assertthat.plugins', name: 'assertthat-bdd-standalone', version: '1.5'
21
}
22
23
task javadocJar(type: Jar) {
0 commit comments