Skip to content

Commit

Permalink
upgrade to Groovy 1.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Feb 18, 2013
1 parent 33ff09f commit e4013a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -27,7 +27,7 @@ ext {
datastoreVersion = "1.1.4.BUILD-SNAPSHOT"
gantVersion = "1.9.6"
gdocEngineVersion = "1.0.1"
groovyVersion = "1.8.8"
groovyVersion = "1.8.9"
gradleGroovyVersion = groovyVersion
gradleGroovyVersion = "1.8.2"
ivyVersion = "2.2.0"
Expand Down
Expand Up @@ -167,7 +167,7 @@ public Object doCall() {

// dependencies needed at compile time
ModuleRevisionId[] groovyDependencies = {
ModuleRevisionId.newInstance("org.codehaus.groovy", "groovy-all", "1.8.8")
ModuleRevisionId.newInstance("org.codehaus.groovy", "groovy-all", "1.8.9")
};
registerDependencies(dependencyManager, compileTimeDependenciesMethod, groovyDependencies, "jline");

Expand Down

0 comments on commit e4013a7

Please sign in to comment.