From 3460930f21e8805981045705322f4179f4076021 Mon Sep 17 00:00:00 2001 From: jld3103 Date: Tue, 20 Jun 2023 16:28:30 +0200 Subject: [PATCH] tool: Update melos --- pubspec.yaml | 2 +- tool/setup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index ddcea5b6..240c24d3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,5 +5,5 @@ environment: sdk: '>=3.0.0 <4.0.0' dev_dependencies: fvm: ^2.4.1 - melos: ^3.0.1 + melos: ^3.1.0 mono_repo: ^6.5.6 diff --git a/tool/setup.sh b/tool/setup.sh index 5d6158a4..5f3da6ce 100755 --- a/tool/setup.sh +++ b/tool/setup.sh @@ -2,7 +2,7 @@ set -euxo pipefail cd "$(dirname "$0")/.." -dart pub global activate melos 3.0.1 +dart pub global activate melos 3.1.0 dart pub global activate mono_repo 6.5.6 dart pub global activate fvm 2.4.1 echo "y" | fvm install