Skip to content

Commit

Permalink
fixed Groovy version in spock-example build
Browse files Browse the repository at this point in the history
  • Loading branch information
pniederw committed Apr 30, 2011
1 parent aeb3d38 commit 37fc544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ include 'spock-spring'
include 'spock-tapestry'
include 'spock-unitils'


2 changes: 1 addition & 1 deletion spock-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {
dependencies {
// mandatory dependencies for using Spock
groovy "org.codehaus.groovy:groovy-all:1.8.0"
testCompile "org.spockframework:spock-core:0.6-groovy-1.8"
testCompile "org.spockframework:spock-core:0.6-groovy-1.8-SNAPSHOT"

// optional dependencies for using Spock
testCompile "org.hamcrest:hamcrest-core:1.2" // only necessary if Hamcrest matchers are used
Expand Down

0 comments on commit 37fc544

Please sign in to comment.