From 34894759ee109ed8ea00ddbce1618de08267ad00 Mon Sep 17 00:00:00 2001 From: Chuck Grindel Date: Sun, 14 Jul 2024 12:12:24 -0600 Subject: [PATCH] chore: sync BCR presubmit version with `.bazelversion` (#454) Sync version. --- .bcr/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index ce93dce1..7e8af9ad 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -2,7 +2,7 @@ bcr_test_module: module_path: "examples/bzlmod_e2e" matrix: platform: ["macos", "ubuntu2004"] - bazel: ["7.1.1"] + bazel: ["7.2.1"] tasks: run_tests: name: "Run test module"