Skip to content

Commit

Permalink
Merge pull request #479 from sleekbyte/at-478-update-dependencies
Browse files Browse the repository at this point in the history
#478: Update dependencies
  • Loading branch information
adityatrivedi authored Mar 27, 2017
2 parents 62f92e8 + ff198c8 commit 9d56715
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -253,18 +253,18 @@ repositories {
}

dependencies {
antlr 'org.antlr:antlr4:4.5.3'
genCompileOnly 'org.antlr:antlr4-runtime:4.5.3'
antlr 'org.antlr:antlr4:4.6'
genCompileOnly 'org.antlr:antlr4-runtime:4.6'
// Ensure ANTLR output is compiled before main sourceSet
compile sourceSets.gen.output
compile 'commons-cli:commons-cli:1.3.1'
compile 'org.antlr:antlr4-runtime:4.5.3'
compile 'org.fusesource.jansi:jansi:1.14'
compile 'org.yaml:snakeyaml:1.17'
compile 'commons-cli:commons-cli:1.4'
compile 'org.antlr:antlr4-runtime:4.6'
compile 'org.fusesource.jansi:jansi:1.15'
compile 'org.yaml:snakeyaml:1.18'
compile 'com.google.code.gson:gson:2.8.0'
compile 'com.github.spullara.mustache.java:compiler:0.9.4'
testCompile 'junit:junit:4.12'
testCompile 'org.hamcrest:hamcrest-all:1.3'
testCompile 'org.mockito:mockito-core:2.2.21'
testCompile 'org.mockito:mockito-core:2.7.18'
testCompile 'com.github.stefanbirkner:system-rules:1.16.1'
}

0 comments on commit 9d56715

Please sign in to comment.