diff --git a/build.gradle b/build.gradle
index 693b641..8c13be1 100755
--- a/build.gradle
+++ b/build.gradle
@@ -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
diff --git a/build.xml b/build.xml
index 713bf01..e2ed144 100644
--- a/build.xml
+++ b/build.xml
@@ -27,7 +27,7 @@
+ version="0.6-groovy-1.8-rc-1" />
org.spockframework
spock-maven
- 0.6-groovy-1.8-SNAPSHOT
+ 0.6-groovy-1.8-rc-1
@@ -91,7 +91,7 @@
org.spockframework
spock-core
- 0.6-groovy-1.8-SNAPSHOT
+ 0.6-groovy-1.8-rc-1
test