Skip to content

Commit ef6c640

Browse files
authored
Update standalone version
1 parent 33706c2 commit ef6c640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repositories {
1717
dependencies {
1818
implementation gradleApi()
1919
implementation localGroovy()
20-
compile group: 'com.assertthat.plugins', name: 'assertthat-bdd-standalone', version: '1.3'
20+
compile group: 'com.assertthat.plugins', name: 'assertthat-bdd-standalone', version: '1.5'
2121
}
2222

2323
task javadocJar(type: Jar) {

0 commit comments

Comments
 (0)