We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c7134c commit 7106a6bCopy full SHA for 7106a6b
1 file changed
MODULE.bazel
@@ -358,7 +358,7 @@ bazel_binaries.local(
358
)
359
360
bazel_binaries.download(version = "7.7.0")
361
-bazel_binaries.download(version = "8.0.0")
+bazel_binaries.download(version = "8.5.1")
362
bazel_binaries.download(version = "9.0.0rc1")
363
use_repo(
364
bazel_binaries,
@@ -367,7 +367,7 @@ use_repo(
367
# that should be use_repo()'d, so we add them as requested
368
"bazel_binaries_bazelisk",
369
"build_bazel_bazel_7_7_0",
370
- "build_bazel_bazel_8_0_0",
+ "build_bazel_bazel_8_5_1",
371
"build_bazel_bazel_9_0_0rc1",
372
# "build_bazel_bazel_rolling",
373
"build_bazel_bazel_self",
0 commit comments