We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db3ba35 commit 2a6555dCopy full SHA for 2a6555d
3 files changed
.bazelversion
@@ -1 +1 @@
1
-8.5.0
+9.0.0
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Install Ubuntu dependencies
19
run: .github/ci_setup.bash
20
# Use setup-bazel for caching.
21
- - uses: bazel-contrib/setup-bazel@0.15.0
+ - uses: bazel-contrib/setup-bazel@0.18.0
22
with:
23
# Use the cached Bazelisk version, or download if not found.
24
bazelisk-cache: true
MODULE.bazel
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: BSD-3-Clause
2
3
bazel_dep(name = "bazel_skylib", version = "1.9.0")
4
-bazel_dep(name = "rules_python", version = "1.7.0")
+bazel_dep(name = "rules_python", version = "1.8.3")
5
6
http_archive = use_repo_rule(
7
"@bazel_tools//tools/build_defs/repo:http.bzl",
0 commit comments