Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(351)

Unified Diff: pkg/oauth2/pubspec.yaml

Issue 196423017: Make BaseRequest.contentType use null rather than -1 as a flag value. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/oauth2/pubspec.yaml
diff --git a/pkg/oauth2/pubspec.yaml b/pkg/oauth2/pubspec.yaml
index c3dad6e007f98cc1baf9d507ced3b2b7a1f03fc6..61c4f52ef43960d0efbcc3d62e6969b9d1709554 100644
--- a/pkg/oauth2/pubspec.yaml
+++ b/pkg/oauth2/pubspec.yaml
@@ -9,6 +9,6 @@ description: >
environment:
sdk: '>=1.0.0 <2.0.0'
dependencies:
- http: '>=0.9.2 <0.10.0'
+ http: '>=0.9.2 <0.11.0'
dev_dependencies:
unittest: '>=0.9.0 <0.11.0'

Powered by Google App Engine
This is Rietveld 408576698