Skip to content

Commit

Permalink
Update Groovy version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ldaley committed Mar 28, 2014
1 parent 6a66e78 commit 7afd33c
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 @@ -22,7 +22,7 @@ allprojects {

ext {
isSnapshot = version.endsWith("SNAPSHOT")
groovyVersion = "2.0.6"
groovyVersion = "2.2.1"
spockVersion = "0.7-groovy-2.0"

spockDependency = "org.spockframework:spock-core:$spockVersion"
Expand Down

0 comments on commit 7afd33c

Please sign in to comment.