From e36da1b0910ade76d2f711df89485e8371845c2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 00:06:45 +0000 Subject: [PATCH] upgrade: update dependency custom_lint to v0.6.7 --- melos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/melos.yaml b/melos.yaml index c3bd43e..121b3e0 100644 --- a/melos.yaml +++ b/melos.yaml @@ -35,7 +35,7 @@ command: scripts: prepare: run: | - dart pub global activate custom_lint 0.6.6 && \ + dart pub global activate custom_lint 0.6.7 && \ dart pub global activate very_good_cli 0.23.1 description: prepare for develop