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 | |
| 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>
| -rw-r--r-- | build.sbt | 2 | ||||
| -rw-r--r-- | build.sc | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -93,7 +93,7 @@ lazy val antlrSettings = Seq( antlr4GenVisitor in Antlr4 := true, antlr4GenListener in Antlr4 := false, antlr4PackageName in Antlr4 := Option("firrtl.antlr"), - antlr4Version in Antlr4 := "4.8", + antlr4Version in Antlr4 := "4.9.2", javaSource in Antlr4 := (sourceManaged in Compile).value ) @@ -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" |
