Skip to content

Commit 11f9d66

Browse files
authored
Merge pull request #162 from google/fix_antlr
build: fix antlr tag
2 parents 593d03f + 280925b commit 11f9d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bazel/deps.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ cc_library(
8686
""",
8787
sha256 = "a320568b738e42735946bebc5d9d333170e14a251c5734e8b852ad1502efa8a2",
8888
strip_prefix = "antlr4-" + ANTLR4_VERSION,
89-
urls = ["https://github.com/antlr/antlr4/archive/v" + ANTLR4_VERSION + ".tar.gz"],
89+
urls = ["https://github.com/antlr/antlr4/archive/" + ANTLR4_VERSION + ".tar.gz"],
9090
)
9191
http_jar(
9292
name = "antlr4_jar",

0 commit comments

Comments
 (0)