From e67ddc5f33313c558055ae1c3d316c66d94825b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 00:08:13 +0000 Subject: [PATCH] upgrade: update dependency custom_lint to v0.6.10 --- melos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/melos.yaml b/melos.yaml index c3bd43e..dcc5559 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.10 && \ dart pub global activate very_good_cli 0.23.1 description: prepare for develop