mirror of https://github.com/AMT-Cheif/drift.git
Temporary fix for CI failures: Don't use latest analyzer
This commit is contained in:
parent
028d5558f5
commit
013a28564b
|
@ -16,6 +16,8 @@ dependencies:
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
test: ^1.6.0
|
test: ^1.6.0
|
||||||
path: ^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:
|
flutter:
|
||||||
plugin:
|
plugin:
|
||||||
|
|
|
@ -15,5 +15,7 @@ dependencies:
|
||||||
source_span: ^1.5.5
|
source_span: ^1.5.5
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
test: ^1.9.0
|
test: ^1.9.4
|
||||||
path: ^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'
|
Loading…
Reference in New Issue