From 8d7daafdaf4537a6189ddb8c35aaf89719984a8a Mon Sep 17 00:00:00 2001 From: Nicholas Shahan Date: Fri, 13 Sep 2019 22:01:16 +0000 Subject: [PATCH] [dart_internal] Bump SDK upper-bound to <2.7.0 Change-Id: I5c43563149010d9715e32370a5f983d45d09039c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/117164 Reviewed-by: Bob Nystrom Commit-Queue: Nicholas Shahan --- pkg/dart_internal/pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/dart_internal/pubspec.yaml b/pkg/dart_internal/pubspec.yaml index 2ffe0ee2cff..a411212956d 100644 --- a/pkg/dart_internal/pubspec.yaml +++ b/pkg/dart_internal/pubspec.yaml @@ -1,5 +1,5 @@ name: dart_internal -version: 0.1.6 +version: 0.1.7 author: "Dart Team " homepage: http://www.dartlang.org description: > @@ -16,4 +16,4 @@ description: > environment: # Restrict the upper bound so that we can remove support for this in a later # version of the SDK without it being a breaking change. - sdk: ">=2.0.0-dev.12.0 <2.6.0" + sdk: ">=2.0.0-dev.12.0 <2.7.0"