From 892d3746aef61dfad78ce90a6565c781355a5d43 Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Tue, 20 Sep 2022 11:45:55 -0700 Subject: [PATCH] chore: upgrade to aspect CLI v0.9.0 and configure pro plugins v0.9.0 (#275) --- .aspect/cli/plugins.yaml | 15 +++++++-------- .bazelversion | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.aspect/cli/plugins.yaml b/.aspect/cli/plugins.yaml index 18b81a27c..c229a4c08 100644 --- a/.aspect/cli/plugins.yaml +++ b/.aspect/cli/plugins.yaml @@ -1,8 +1,7 @@ -# Uncomment once on Aspect CLI v0.9.0 -# - name: plugin-aspect-pro -# from: https://static.aspect.build/cli -# version: v0.9.0 -# properties: -# error_augmentor: -# fix_visibility: -# outputs: +- name: plugin-aspect-pro + from: https://static.aspect.build/cli + version: v0.9.0 + properties: + error_augmentor: + fix_visibility: + outputs: diff --git a/.bazelversion b/.bazelversion index 8c31c6a2f..e390996a1 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1,2 +1,2 @@ -aspect-build/0.8.0 +aspect-build/0.9.0 5.3.1