Update to latest antlr3/string template

This commit is contained in:
Ben Gruver
2013-04-15 20:36:52 -07:00
parent 6c15046f2b
commit 0dceb148f3
5 changed files with 23 additions and 20 deletions

View File

@ -33,7 +33,7 @@ dependencies {
compile project(':util')
compile 'com.google.code.findbugs:jsr305:1.3.9'
compile 'com.google.guava:guava:13.0.1'
compile 'org.antlr:stringtemplate:4.0.2'
compile 'org.antlr:ST4:4.0.7'
testCompile 'junit:junit:4.6'
}