Skip to content

Commit

Permalink
#23 trying out groovy as compile only dep and bump version to 2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kdabir committed Nov 20, 2018
1 parent 76f48f1 commit 4862464
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 @@ -66,7 +66,7 @@ repositories {
}

dependencies {
compile 'org.codehaus.groovy:groovy-all:2.5.3'
compileOnly 'org.codehaus.groovy:groovy-all:2.5.4'
compile 'org.hsqldb:hsqldb:2.4.1'
testCompile 'junit:junit:4.12'
testCompile 'io.github.kdabir.directree:directree:0.3.0'
Expand Down

0 comments on commit 4862464

Please sign in to comment.