Skip to content

Commit 0dbccff

Browse files
committed
update bazel version to 7.7.0
1 parent 3c53c52 commit 0dbccff

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
@@ -356,7 +356,7 @@ bazel_binaries.local(
356356
name = "self",
357357
path = "tests/integration/bazel_from_env",
358358
)
359-
bazel_binaries.download(version = "7.4.1")
359+
bazel_binaries.download(version = "7.7.0")
360360
bazel_binaries.download(version = "8.0.0")
361361
bazel_binaries.download(version = "9.0.0rc1")
362362
use_repo(
@@ -365,7 +365,7 @@ use_repo(
365365
# These don't appear necessary, but are reported as direct dependencies
366366
# that should be use_repo()'d, so we add them as requested
367367
"bazel_binaries_bazelisk",
368-
"build_bazel_bazel_7_4_1",
368+
"build_bazel_bazel_7_7_0",
369369
"build_bazel_bazel_8_0_0",
370370
"build_bazel_bazel_9_0_0rc1",
371371
# "build_bazel_bazel_rolling",

0 commit comments

Comments
 (0)