Skip to content

Commit

Permalink
Update Groovy to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
uschindler committed Sep 10, 2015
1 parent a02bb88 commit 1a11157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dependency org="org.gradle" name="gradle-base-services-groovy" rev="2.3" conf="build"/>
<dependency org="org.slf4j" name="slf4j-api" rev="1.7.5" conf="build"/>
<!-- Gradle also needs Groovy, but we need it as build tool, too: -->
<dependency org="org.codehaus.groovy" name="groovy-all" rev="2.2.2" conf="build,buildtools"/>
<dependency org="org.codehaus.groovy" name="groovy-all" rev="2.4.4" conf="build,buildtools"/>
<!-- ASM 5.0.4 minimal: -->
<dependency org="org.ow2.asm" name="asm" rev="5.0.4" conf="build,bundle,buildtools"/>
<dependency org="org.ow2.asm" name="asm-commons" rev="5.0.4" conf="build,bundle,buildtools"/>
Expand Down

0 comments on commit 1a11157

Please sign in to comment.