From 7762b733a50e9a98029d136c7fe226d50d6b1522 Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Thu, 28 Sep 2023 19:38:34 -0700 Subject: [PATCH] chore: update to Bazel 6.3.2 and Aspect CLI 5.7.2 (#1299) --- .bazeliskrc | 2 +- .bazelversion | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bazeliskrc b/.bazeliskrc index c87ebc992..a106c053a 100644 --- a/.bazeliskrc +++ b/.bazeliskrc @@ -1,2 +1,2 @@ BAZELISK_BASE_URL=https://github.com/aspect-build/aspect-cli/releases/download -USE_BAZEL_VERSION=aspect/5.5.2 \ No newline at end of file +USE_BAZEL_VERSION=aspect/5.7.2 \ No newline at end of file diff --git a/.bazelversion b/.bazelversion index 6326accea..6c7efdc2a 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1,4 +1,4 @@ -6.2.0 +6.3.2 # The first line of this file is used by Bazelisk and Bazel to be sure # the right version of Bazel is used to build and test this repo. # This also defines which version is used on CI.