Skip to content

Commit

Permalink
Groovy: 2.2.1 -> 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
uli-heller committed Mar 11, 2014
1 parent d7e8b1f commit 6802998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jdbc-copy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mainClassName='jdbcCopy'; // for 'gradle run' and MANIFEST.MF
ext.groovyScriptName="${projectDir}/scripts/jdbcCopy.groovy";

dependencies {
compile 'org.codehaus.groovy:groovy-all:2.2.1'
compile 'org.codehaus.groovy:groovy-all:2.2.2'
testCompile 'junit:junit:4.11'
runtime "commons-cli:commons-cli:1.2"
runtime 'org.apache.ant:ant:1.9.3'
Expand Down

0 comments on commit 6802998

Please sign in to comment.