Skip to content

Commit

Permalink
bump antlr4 (chipsalliance#1936)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
sequencer and mergify[bot] authored Nov 16, 2020
1 parent b249814 commit 4dd45a8
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 @@ -85,7 +85,7 @@ lazy val antlrSettings = Seq(
antlr4GenVisitor in Antlr4 := true,
antlr4GenListener in Antlr4 := false,
antlr4PackageName in Antlr4 := Option("firrtl.antlr"),
antlr4Version in Antlr4 := "4.7.1",
antlr4Version in Antlr4 := "4.8",
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 @@ -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"
Expand Down

0 comments on commit 4dd45a8

Please sign in to comment.