From 03530d97d0f77757c0e0e7922c9b41f623ca7dab Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Mon, 1 May 2023 20:21:41 -0700 Subject: [PATCH] chore: update to Bazel 6.1.2 and Aspect CLI 5.3.4 (#417) --- .bazeliskrc | 2 +- .bazelversion | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bazeliskrc b/.bazeliskrc index 333e459..d0fc2ec 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.3.4 diff --git a/.bazelversion b/.bazelversion index 33b11fb..4658164 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1,4 +1,4 @@ -6.1.1 +6.1.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.