| Index: pkg/oauth2/pubspec.yaml
|
| diff --git a/pkg/oauth2/pubspec.yaml b/pkg/oauth2/pubspec.yaml
|
| index ba9d309f4df475b13c67f02ad6b20d1172b89245..2e61c58998e524be43dbdb5851c486b2c97398d6 100644
|
| --- a/pkg/oauth2/pubspec.yaml
|
| +++ b/pkg/oauth2/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: oauth2
|
| -version: 0.9.2
|
| +version: 0.9.3-dev
|
| author: Dart Team <misc@dartlang.org>
|
| homepage: http://www.dartlang.org
|
| description: >
|
| @@ -9,6 +9,7 @@ description: >
|
| environment:
|
| sdk: '>=1.0.0 <2.0.0'
|
| dependencies:
|
| - http: '>=0.9.2 <0.11.0'
|
| + http: '>=0.11.0-dev <0.12.0'
|
| + http_parser: '>=0.0.0 <0.1.0'
|
| dev_dependencies:
|
| unittest: '>=0.9.0 <0.11.0'
|
|
|