Skip to content

Commit

Permalink
Update antlr4, antlr4-runtime to 4.9.2 (chipsalliance#2137)
Browse files Browse the repository at this point in the history
Co-authored-by: Jiuyang Liu <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Apr 28, 2021
1 parent c765e43 commit 326dfa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 326dfa7

Please sign in to comment.