Upgrade to antlr v4.5

Pick up the fix to antlr/antlr4#487 to eliminate spurious annotation
processor warnings.

Fixes #185
This commit is contained in:
Chris Beams 2015-01-30 14:05:56 +01:00
parent dafa4b0718
commit 63bb2aa852
No known key found for this signature in database
GPG Key ID: 3D214F8F5BC5ED73
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ dependencies {
compile "com.madgag.spongycastle:core:${scastleVersion}" // for SHA3 and SECP256K1
compile "org.iq80.leveldb:leveldb:${leveldbVersion}"
compile "com.cedarsoftware:java-util:1.8.0" // for deep equals
compile "org.antlr:antlr4-runtime:4.3" // for serpent compilation
compile "org.antlr:antlr4-runtime:4.5" // for serpent compilation
compile "com.yuvalshavit:antlr-denter:1.1"
compile "org.javassist:javassist:3.15.0-GA"
compile "org.slf4j:slf4j-api:${slf4jVersion}"