From 855b9f7ab45dece33fdbb89843a9a9dc7b99157c Mon Sep 17 00:00:00 2001 From: Gustavo Silva Date: Thu, 22 Dec 2022 18:39:51 -0300 Subject: [PATCH] change analyzer version --- modular_codegen/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_codegen/pubspec.yaml b/modular_codegen/pubspec.yaml index 59086443..121f0b1c 100644 --- a/modular_codegen/pubspec.yaml +++ b/modular_codegen/pubspec.yaml @@ -8,7 +8,7 @@ environment: dependencies: flutter_modular_annotations: ^0.0.2 - analyzer: ">=2.0.0 <5.2.0" + analyzer: ">=2.0.0 <5.3.0" glob: ^2.0.0 build: ">=2.1.0 <3.0.0" build_resolvers: ">=2.0.0 <2.1.0"