Skip to content

Commit

Permalink
Fix Spock version
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuschko committed Jun 4, 2016
1 parent 9841b07 commit 7fe72e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
compile localGroovy(), gradleApi()
def cargoVersion = '1.4.15'
compile "org.codehaus.cargo:cargo-daemon-client:$cargoVersion"
testCompile('org.spockframework:spock-core:1.0-groovy-2.3') {
testCompile('org.spockframework:spock-core:1.0-groovy-2.4') {
exclude group: 'org.codehaus.groovy'
}
testCompile "org.codehaus.cargo:cargo-ant:$cargoVersion"
Expand Down

0 comments on commit 7fe72e9

Please sign in to comment.