Skip to content

Commit 7106a6b

Browse files
committed
update bazel version to 8.5.1 where flag_alias is backported as no-op
1 parent 0c7134c commit 7106a6b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ bazel_binaries.local(
358358
)
359359

360360
bazel_binaries.download(version = "7.7.0")
361-
bazel_binaries.download(version = "8.0.0")
361+
bazel_binaries.download(version = "8.5.1")
362362
bazel_binaries.download(version = "9.0.0rc1")
363363
use_repo(
364364
bazel_binaries,
@@ -367,7 +367,7 @@ use_repo(
367367
# that should be use_repo()'d, so we add them as requested
368368
"bazel_binaries_bazelisk",
369369
"build_bazel_bazel_7_7_0",
370-
"build_bazel_bazel_8_0_0",
370+
"build_bazel_bazel_8_5_1",
371371
"build_bazel_bazel_9_0_0rc1",
372372
# "build_bazel_bazel_rolling",
373373
"build_bazel_bazel_self",

0 commit comments

Comments
 (0)