updated builds to 0.6-rc-1

This commit is contained in:
Peter Niederwieser
2012-02-29 22:54:50 +01:00
parent 368aad5d4e
commit 979b011ca6
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ repositories {
dependencies {
// mandatory dependencies for using Spock
groovy("org.codehaus.groovy:groovy-all:1.8.6")
testCompile "org.spockframework:spock-core:0.6-groovy-1.8-SNAPSHOT"
testCompile "org.spockframework:spock-core:0.6-groovy-1.8-rc-1"
// optional dependencies for using Spock
testCompile "org.hamcrest:hamcrest-core:1.2" // only necessary if Hamcrest matchers are used