We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 593d03f + 280925b commit 11f9d66Copy full SHA for 11f9d66
bazel/deps.bzl
@@ -86,7 +86,7 @@ cc_library(
86
""",
87
sha256 = "a320568b738e42735946bebc5d9d333170e14a251c5734e8b852ad1502efa8a2",
88
strip_prefix = "antlr4-" + ANTLR4_VERSION,
89
- urls = ["https://github.com/antlr/antlr4/archive/v" + ANTLR4_VERSION + ".tar.gz"],
+ urls = ["https://github.com/antlr/antlr4/archive/" + ANTLR4_VERSION + ".tar.gz"],
90
)
91
http_jar(
92
name = "antlr4_jar",
0 commit comments