Skip to content

Commit 2d2738d

Browse files
matanlureynex3
authored andcommitted
Correct the pubspec.yaml, we require 1.23.0 (#58)
Closes #57.
1 parent 5940bb2 commit 2d2738d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: http
2-
version: 0.11.3+10
2+
version: 0.11.3+11
33
author: "Dart Team <[email protected]>"
44
homepage: https://github.com/dart-lang/http
55
description: A composable, Future-based API for making HTTP requests.
@@ -12,4 +12,4 @@ dependencies:
1212
dev_dependencies:
1313
unittest: ">=0.9.0 <0.12.0"
1414
environment:
15-
sdk: ">=1.22.0 <2.0.0"
15+
sdk: ">=1.23.0-dev.0.0 <2.0.0"

0 commit comments

Comments
 (0)