From c387e344084c81865b29ddef8e76f85874023ff1 Mon Sep 17 00:00:00 2001 From: srawlins Date: Tue, 15 Dec 2020 20:28:18 -0500 Subject: [PATCH] Support analyzer 0.41.0 PiperOrigin-RevId: 347725645 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 8da65c07..5b8f9554 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,7 +8,7 @@ environment: sdk: '>=2.12.0-0 <3.0.0' dependencies: - analyzer: '>=0.39.15 <0.41.0' + analyzer: '>=0.39.15 <0.42.0' build: ^1.3.0 code_builder: ^3.4.0 collection: ^1.15.0-nullsafety.5