From 5b683450e3dc2eabd4264fc6f27358c414e8eded Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Thu, 28 Sep 2023 19:36:40 -0700 Subject: [PATCH] chore: update to Bazel 6.3.2 and Aspect CLI 5.7.2 (#122) --- .bazeliskrc | 2 +- .bazelversion | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bazeliskrc b/.bazeliskrc index 333e459..a28c887 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.2.1 +USE_BAZEL_VERSION=aspect/5.7.2 diff --git a/.bazelversion b/.bazelversion index cd71c98..6c7efdc 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1,4 +1,4 @@ -6.0.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.