Skip to content

Commit bf1cb9b

Browse files
authored
Use stable SDK and dev deps (#544)
1 parent c3789fe commit bf1cb9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ homepage: https://github.com/dart-lang/http
44
description: A composable, multi-platform, Future-based API for HTTP requests.
55

66
environment:
7-
sdk: '>=2.12.0-0 <3.0.0'
7+
sdk: '>=2.12.0 <3.0.0'
88

99
dependencies:
1010
http_parser: ^4.0.0
@@ -13,5 +13,5 @@ dependencies:
1313
pedantic: ^1.10.0
1414

1515
dev_dependencies:
16-
shelf: ^1.0.0-nullsafety.0
17-
test: ^1.16.0-nullsafety.4
16+
shelf: ^1.1.0
17+
test: ^1.16.0

0 commit comments

Comments
 (0)