Temporary fix for CI failures: Don't use latest analyzer

This commit is contained in:
Simon Binder 2019-12-07 13:13:50 +01:00
parent 028d5558f5
commit 013a28564b
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
2 changed files with 5 additions and 1 deletions

View File

@ -16,6 +16,8 @@ dependencies:
dev_dependencies:
test: ^1.6.0
path: ^1.6.0
# TODO: This is a temporary workaround, revert after https://github.com/dart-lang/sdk/issues/39702
analyzer: '<0.39.2'
flutter:
plugin:

View File

@ -15,5 +15,7 @@ dependencies:
source_span: ^1.5.5
dev_dependencies:
test: ^1.9.0
test: ^1.9.4
path: ^1.6.0
# TODO: This is a temporary workaround, revert after https://github.com/dart-lang/sdk/issues/39702
analyzer: '<0.39.2'