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 3c53c52 commit 0dbccffCopy full SHA for 0dbccff
1 file changed
MODULE.bazel
@@ -356,7 +356,7 @@ bazel_binaries.local(
356
name = "self",
357
path = "tests/integration/bazel_from_env",
358
)
359
-bazel_binaries.download(version = "7.4.1")
+bazel_binaries.download(version = "7.7.0")
360
bazel_binaries.download(version = "8.0.0")
361
bazel_binaries.download(version = "9.0.0rc1")
362
use_repo(
@@ -365,7 +365,7 @@ use_repo(
365
# These don't appear necessary, but are reported as direct dependencies
366
# that should be use_repo()'d, so we add them as requested
367
"bazel_binaries_bazelisk",
368
- "build_bazel_bazel_7_4_1",
+ "build_bazel_bazel_7_7_0",
369
"build_bazel_bazel_8_0_0",
370
"build_bazel_bazel_9_0_0rc1",
371
# "build_bazel_bazel_rolling",
0 commit comments