Skip to content

Commit

Permalink
Update antlr4, antlr4-runtime to 4.10.1 (#2216)
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial-bot committed Jun 2, 2022
1 parent 9f33727 commit a8fa16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -948,7 +948,7 @@ lazy val sql =
.settings(
name := "airframe-sql",
description := "SQL parser & analyzer",
Antlr4 / antlr4Version := "4.9.3",
Antlr4 / antlr4Version := "4.10.1",
Antlr4 / antlr4PackageName := Some("wvlet.airframe.sql.parser"),
Antlr4 / antlr4GenListener := true,
Antlr4 / antlr4GenVisitor := true,
Expand Down

0 comments on commit a8fa16e

Please sign in to comment.