aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt2
1 files changed, 2 insertions, 0 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 5e23224cf8..15ba3a36d5 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -27,3 +27,5 @@ addSbtPlugin("io.spray" % "sbt-revolver" % "0.7.2")
libraryDependencies += "org.ow2.asm" % "asm" % "5.0.3"
libraryDependencies += "org.ow2.asm" % "asm-commons" % "5.0.3"
+
+libraryDependencies += "org.antlr" % "antlr" % "3.5.2"