From 4dd45a8ea9fdd5bae258d74ac54fcd5744003ac8 Mon Sep 17 00:00:00 2001 From: Jiuyang Liu Date: Mon, 16 Nov 2020 21:32:20 +0000 Subject: bump antlr4 (#1936) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>--- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sc') 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" -- cgit v1.2.3