diff --git a/.aspect/cli/plugins.yaml b/.aspect/cli/plugins.yaml index 043d0c0..57ccd44 100644 --- a/.aspect/cli/plugins.yaml +++ b/.aspect/cli/plugins.yaml @@ -1,6 +1,3 @@ -- name: plugin-aspect-pro - from: https://static.aspect.build/aspect - version: 5.0.1 - name: plugin-aspect-buildkite from: https://static.aspect.build/aspect - version: 5.0.1 + version: 5.1.0 diff --git a/.bazeliskrc b/.bazeliskrc index 850a48b..9b5a431 100644 --- a/.bazeliskrc +++ b/.bazeliskrc @@ -1,2 +1,2 @@ BAZELISK_BASE_URL=https://static.aspect.build/aspect -USE_BAZEL_VERSION=aspect/5.0.1 +USE_BAZEL_VERSION=aspect/5.1.0 diff --git a/.bazelversion b/.bazelversion index ee5e98b..cd71c98 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1,4 +1,4 @@ -6.0.0rc1 +6.0.0 # 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.