Merge pull request #23 from sdelamo/patch-1

Update groovy version
This commit is contained in:
Søren Berg Glasius
2018-05-28 19:58:00 +02:00
committed by GitHub
+1 -1
View File
@@ -15,7 +15,7 @@ repositories {
dependencies {
// mandatory dependencies for using Spock
compile "org.codehaus.groovy:groovy-all:2.4.13"
compile "org.codehaus.groovy:groovy-all:2.4.15"
testCompile "org.spockframework:spock-core:1.1-groovy-2.4"
// optional dependencies for using Spock