aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJiuyang Liu2020-11-16 21:32:20 +0000
committerGitHub2020-11-16 21:32:20 +0000
commit4dd45a8ea9fdd5bae258d74ac54fcd5744003ac8 (patch)
tree28799a91e59a62e7ab1e4fdec58f092abab5b75a /build.sbt
parentb249814df95f1bf3e8eae49ff84f41e1c85f8d29 (diff)
bump antlr4 (#1936)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 9a4e6409..d39f99dc 100644
--- a/build.sbt
+++ b/build.sbt
@@ -85,7 +85,7 @@ lazy val antlrSettings = Seq(
antlr4GenVisitor in Antlr4 := true,
antlr4GenListener in Antlr4 := false,
antlr4PackageName in Antlr4 := Option("firrtl.antlr"),
- antlr4Version in Antlr4 := "4.7.1",
+ antlr4Version in Antlr4 := "4.8",
javaSource in Antlr4 := (sourceManaged in Compile).value
)