From 326dfa7314cd5184167f0d664de246ee749decab Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Apr 2021 19:53:42 +0200 Subject: Update antlr4, antlr4-runtime to 4.9.2 (#2137) Co-authored-by: Jiuyang Liu 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 90daeb22..19a78069 100644 --- a/build.sc +++ b/build.sc @@ -90,7 +90,7 @@ class firrtlCrossModule(val crossScalaVersion: String) extends CrossSbtModule wi } /* antlr4 */ - def antlr4Version = "4.8" + def antlr4Version = "4.9.2" def antlrSource = T.source { millSourcePath / "src" / "main" / "antlr4" / "FIRRTL.g4" -- cgit v1.2.3