Skip to content

Commit cd9ff65

Browse files
authored
Bump bazel version for headless tests (#7443)
Bazel 7.4.1 -> 7.5.0 Bazel 8.0.1 -> 8.1.1
1 parent 2fe0ebc commit cd9ff65

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

MODULE.bazel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,18 @@ bazel_binaries = use_extension(
5858
dev_dependency = True,
5959
)
6060
bazel_binaries.download(version = "6.5.0")
61-
bazel_binaries.download(version = "7.4.1")
61+
bazel_binaries.download(version = "7.5.0")
6262
bazel_binaries.download(
6363
current = True,
64-
version = "8.0.1",
64+
version = "8.1.1",
6565
)
6666
use_repo(
6767
bazel_binaries,
6868
"bazel_binaries",
6969
"bazel_binaries_bazelisk",
7070
"build_bazel_bazel_6_5_0",
71-
"build_bazel_bazel_7_4_1",
72-
"build_bazel_bazel_8_0_1",
71+
"build_bazel_bazel_7_5_0",
72+
"build_bazel_bazel_8_1_1",
7373
)
7474

7575
bazel_dep(name = "rules_jvm_external", version = "6.7")

0 commit comments

Comments
 (0)