aboutsummaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorScala Steward2021-04-28 19:53:42 +0200
committerGitHub2021-04-28 17:53:42 +0000
commit326dfa7314cd5184167f0d664de246ee749decab (patch)
tree3251f9672b1eed6cf2cb1f011b01770221ffe37e /build.sc
parentc765e4349f0d77bf117285ff495e22b9dd842c5c (diff)
Update antlr4, antlr4-runtime to 4.9.2 (#2137)
Co-authored-by: Jiuyang Liu <liu@jiuyang.me> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Diffstat (limited to 'build.sc')
-rw-r--r--build.sc2
1 files changed, 1 insertions, 1 deletions
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"