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.