diff options
| author | Scala Steward | 2021-04-28 19:53:42 +0200 |
|---|---|---|
| committer | GitHub | 2021-04-28 17:53:42 +0000 |
| commit | 326dfa7314cd5184167f0d664de246ee749decab (patch) | |
| tree | 3251f9672b1eed6cf2cb1f011b01770221ffe37e /build.sc | |
| parent | c765e4349f0d77bf117285ff495e22b9dd842c5c (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.sc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
