From 42dfbde03dbd27302fbdfe63c8d29d6fe3c05fae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 06:44:38 +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