Widen constraints to pick up latest googleapis versions.
Closes dart-lang/gcloud#33
R=kustermann@google.com
Review URL: https://codereview.chromium.org//1334533003 .
diff --git a/.gitignore b/.gitignore
index 192d270..2f08921 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
pubspec.lock
packages
.pub
+.packages
diff --git a/pubspec.yaml b/pubspec.yaml
index 456b820..40b07af 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
name: gcloud
-version: 0.2.0+6
+version: 0.2.0+7
author: Dart Team <misc@dartlang.org>
description: Dart gcloud APIs
homepage: https://github.com/dart-lang/gcloud
@@ -7,12 +7,12 @@
sdk: '>=1.9.1 <2.0.0'
dependencies:
crypto: '>=0.9.0 <0.10.0'
- googleapis: '>=0.2.0 <0.15.0'
- googleapis_beta: '>=0.10.0 <0.18.0'
+ googleapis: '>=0.2.0 <0.16.0'
+ googleapis_beta: '>=0.10.0 <0.19.0'
http: '>=0.11.0 <0.12.0'
dev_dependencies:
googleapis_auth: '>=0.1.1 <0.3.0'
- http_parser: '>=0.0.2+5 <0.1.0'
+ http_parser: '>=0.0.2+5 <2.0.0'
mime: '>=0.9.0+3 <0.10.0'
unittest: '>=0.11.0 <0.12.0'
transformers: