From 41ad3a39df640dd62378a459180dabc20b1ad464 Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Wed, 9 Oct 2024 13:14:10 -0700 Subject: [PATCH] chore: upgrade to Aspect CLI 2024.41.17 --- .bazeliskrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.bazeliskrc b/.bazeliskrc index 742035f4..92597a44 100644 --- a/.bazeliskrc +++ b/.bazeliskrc @@ -1,2 +1,6 @@ BAZELISK_BASE_URL=https://static.aspect.build/aspect -USE_BAZEL_VERSION=aspect/2024.33.63 +USE_BAZEL_VERSION=aspect/2024.41.17 + +# Aspect CLI (aspect) is wrapper for Bazel, built on top of Bazelisk, that adds +# additional features and extensibility to the popular polyglot build system from Google. +# Check https://docs.aspect.build/cli/releases/ for latest release.