Skip to content

Commit

Permalink
use groovy 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Brown committed Sep 4, 2012
1 parent 8984fea commit b41df58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -38,7 +38,7 @@ dependencies {
drivers.each { driver -> drivers.each { driver ->
testCompile "org.seleniumhq.selenium:selenium-$driver-driver:$seleniumVersion" testCompile "org.seleniumhq.selenium:selenium-$driver-driver:$seleniumVersion"
} }
groovy "org.codehaus.groovy:groovy-all:2.0.0" groovy "org.codehaus.groovy:groovy-all:2.0.1"
testCompile "org.spockframework:spock-core:0.7-groovy-2.0-SNAPSHOT" testCompile "org.spockframework:spock-core:0.7-groovy-2.0-SNAPSHOT"
} }


Expand Down

0 comments on commit b41df58

Please sign in to comment.