Upgrade bazel to 7.2.0.

This also bumps a bunch of external dependencies.
This commit is contained in:
Cornelius Riemenschneider
2024-06-10 16:11:54 +02:00
parent 092bc6445d
commit 00319c5010
3 changed files with 7 additions and 15 deletions

View File

@@ -36,11 +36,3 @@ codeql_pack(
visibility = ["//visibility:public"],
zips = {"//javascript/extractor/lib/typescript": "tools"},
)
# TODO copy for internal repository backward compatibility
genrule(
name = "javascript.zip",
srcs = [":javascript-generic-zip"],
outs = ["javascript.zip"],
cmd = "cp $< $@",
)