diff --git a/aqueduct/pubspec.yaml b/aqueduct/pubspec.yaml index 4ad8f5c5d..692187eae 100644 --- a/aqueduct/pubspec.yaml +++ b/aqueduct/pubspec.yaml @@ -9,7 +9,7 @@ environment: dependencies: args: ^1.5.0 - analyzer: '>=0.39.4 <0.50.0' + analyzer: '>=0.39.4 <0.41.0' crypto: ^2.0.6 logging: ^0.11.3 isolate_executor: ^2.0.0 @@ -24,6 +24,9 @@ dependencies: yaml: ^2.1.15 runtime: ^1.0.0-9 +dependency_overrides: + analyzer: '>=0.39.4 <0.41.0' + dev_dependencies: matcher: '>=0.12.3 <0.14.0' test: ^1.3.0 @@ -33,4 +36,4 @@ dev_dependencies: path: ../aqueduct_test executables: - aqueduct: aqueduct \ No newline at end of file + aqueduct: aqueduct