Updated dependency versions in Gradle/Maven/Ivy builds
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ repositories {
|
||||
dependencies {
|
||||
// mandatory dependencies for using Spock
|
||||
compile "org.codehaus.groovy:groovy-all:2.3.6"
|
||||
testCompile "org.spockframework:spock-core:1.0-groovy-2.0-SNAPSHOT"
|
||||
testCompile "org.spockframework:spock-core:1.0-groovy-2.3-SNAPSHOT"
|
||||
|
||||
// optional dependencies for using Spock
|
||||
testCompile "org.hamcrest:hamcrest-core:1.3" // only necessary if Hamcrest matchers are used
|
||||
|
||||
Reference in New Issue
Block a user