Remove unused asm dependency

This commit is contained in:
Kenzie Togami 2019-11-07 16:33:20 -08:00
parent d9e74f52dc
commit cd9414631a
No known key found for this signature in database
GPG Key ID: 5D200B325E157A81

View File

@ -26,7 +26,6 @@
"compile"("com.google.code.gson:gson:2.8.0")
"compile"("org.slf4j:slf4j-api:1.7.26")
"compile"("it.unimi.dsi:fastutil:8.2.1")
"compile"("org.ow2.asm:asm:6.2")
val antlrVersion = "4.7.2"
"antlr"("org.antlr:antlr4:$antlrVersion")