From 6841a4d164b05cedf47766e69d7c5ea6281e99c6 Mon Sep 17 00:00:00 2001 From: Dmitry Krutskikh Date: Thu, 16 Sep 2021 19:15:06 +0300 Subject: [PATCH] chore: support analyzer 2.3.0 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index c20169d3d9..3fd747d14e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -9,7 +9,7 @@ environment: sdk: ">=2.12.0 <3.0.0" dependencies: - analyzer: '>=2.1.0 <2.3.0' + analyzer: '>=2.1.0 <2.4.0' analyzer_plugin: ^0.7.0 ansicolor: ^2.0.1 args: ^2.0.0