Skip to content

Commit bd4b403

Browse files
authored
fix: ensure Bazel version in .bazelverion matches BCR presubmit config (#977)
BCR presubmit fails if these values are not the same.
1 parent d956e27 commit bd4b403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bcr/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ bcr_test_module:
44
platform: ["macos"]
55
bazel:
66
# This needs to exactly match the value used in .bazelversion at the root.
7-
- 7.0.2
7+
- 7.1.1
88
tasks:
99
run_tests:
1010
name: "Run test module"

0 commit comments

Comments
 (0)