Skip to content
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.

Commit

Permalink
Update Ant version in line with Groovy.
Browse files Browse the repository at this point in the history
  • Loading branch information
russel committed Jul 15, 2013
1 parent fe00b9a commit dff8c0f
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 @@ -165,7 +165,7 @@ subprojects{
dependencies{
compile(
'commons-cli:commons-cli:1.2',
'org.apache.ant:ant:1.9.1'
'org.apache.ant:ant:1.9.2'
)
testCompile 'junit:junit:4.11'
testRuntime 'org.apache.ivy:ivy:2.2.0'
Expand Down

0 comments on commit dff8c0f

Please sign in to comment.