Skip to content

Commit

Permalink
Bump cucumber to latest version (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
grimreaper authored and marc0der committed Mar 24, 2017
1 parent 132c1b8 commit 895724a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -46,8 +46,8 @@ dependencies {
compile 'org.codehaus.groovy:groovy-templates:2.4.7'
compile 'org.codehaus.groovy:groovy-json:2.4.7'
testCompile 'junit:junit:4.11'
testCompile 'info.cukes:cucumber-groovy:1.2.4'
testCompile 'info.cukes:cucumber-junit:1.2.4'
testCompile 'info.cukes:cucumber-groovy:1.2.5'
testCompile 'info.cukes:cucumber-junit:1.2.5'
testCompile('org.spockframework:spock-core:0.7-groovy-2.0') {
exclude module: 'groovy-all'
}
Expand Down

0 comments on commit 895724a

Please sign in to comment.