aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.sbt2
-rw-r--r--build.sc2
2 files changed, 2 insertions, 2 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
)
diff --git a/build.sc b/build.sc
index 50707f68..ebef2b3d 100644
--- a/build.sc
+++ b/build.sc
@@ -94,7 +94,7 @@ class firrtlCrossModule(val crossScalaVersion: String) extends CrossSbtModule wi
}
/* antlr4 */
- def antlr4Version = "4.7.1"
+ def antlr4Version = "4.8"
def antlrSource = T.source {
millSourcePath / "src" / "main" / "antlr4" / "FIRRTL.g4"