updated builds to 0.6-rc-1
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
<dependency
|
||||
groupId="org.spockframework"
|
||||
artifactId="spock-core"
|
||||
version="0.6-groovy-1.8-SNAPSHOT" />
|
||||
version="0.6-groovy-1.8-rc-1" />
|
||||
<!-- Optional dependencies for using Spock -->
|
||||
<!-- enables mocking of classes (in addition to interfaces) -->
|
||||
<dependency
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
-->
|
||||
<groupId>org.spockframework</groupId>
|
||||
<artifactId>spock-maven</artifactId>
|
||||
<version>0.6-groovy-1.8-SNAPSHOT</version>
|
||||
<version>0.6-groovy-1.8-rc-1</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
@@ -91,7 +91,7 @@
|
||||
<dependency>
|
||||
<groupId>org.spockframework</groupId>
|
||||
<artifactId>spock-core</artifactId>
|
||||
<version>0.6-groovy-1.8-SNAPSHOT</version>
|
||||
<version>0.6-groovy-1.8-rc-1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<!-- Optional dependencies for using Spock -->
|
||||
|
||||
Reference in New Issue
Block a user