Skip to content

Commit fbaf266

Browse files
authored
Add dependency override for pkg:test (#477)
Because pkg:test does not allow pkg:http ^0.13.0
1 parent 20e3a59 commit fbaf266

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pubspec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@ dev_dependencies:
1818
test: ^1.16.0-nullsafety.4
1919

2020
dependency_overrides:
21+
# Because pkg:test does not support pkg:http ^0.13.0
22+
test: ^1.16.0-nullsafety.5
2123
http_parser:
2224
git: https://github.com/dart-lang/http_parser

0 commit comments

Comments
 (0)