diff options
| author | Jiuyang Liu | 2020-11-16 21:32:20 +0000 |
|---|---|---|
| committer | GitHub | 2020-11-16 21:32:20 +0000 |
| commit | 4dd45a8ea9fdd5bae258d74ac54fcd5744003ac8 (patch) | |
| tree | 28799a91e59a62e7ab1e4fdec58f092abab5b75a /build.sc | |
| parent | b249814df95f1bf3e8eae49ff84f41e1c85f8d29 (diff) | |
bump antlr4 (#1936)
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
@@ -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" |
