aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScala Steward2020-02-12 18:35:34 +0100
committerGitHub2020-02-12 17:35:34 +0000
commit8e420a460daa57be213e3a5e2d6da2d1b1f99852 (patch)
tree7516b92d6392f61cea305505a9e0c701ac4470ab
parenta4000ad734af39ee838294e6351b10ba8a23304d (diff)
Update sbt-antlr4 to 0.8.2 (#1331)
Co-authored-by: Jim Lawson <ucbjrl@berkeley.edu>
-rw-r--r--project/plugins.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index b951b245..b1c87150 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -16,7 +16,7 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10")
-addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.1")
+addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.2")
addSbtPlugin("com.github.gseitz" % "sbt-protobuf" % "0.6.5")