From 61109c447a879fca132021ca91586e77652f2b9d Mon Sep 17 00:00:00 2001 From: Robert Nystrom Date: Thu, 12 Aug 2021 21:21:01 +0000 Subject: [PATCH] Bump dart_internal to support Dart 2.15. Change-Id: I459caf39d812d7c9e799617cf59f38c138b14d32 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/210062 Auto-Submit: Bob Nystrom Commit-Queue: Bob Nystrom Commit-Queue: Kevin Moore Reviewed-by: Kevin Moore --- 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 130631e5eb0..d871d5c53be 100644 --- a/pkg/dart_internal/pubspec.yaml +++ b/pkg/dart_internal/pubspec.yaml @@ -1,5 +1,5 @@ name: dart_internal -version: 0.2.1 +version: 0.2.2 repository: https://github.com/dart-lang/sdk/tree/master/pkg/dart_internal description: >- This package is not intended for wide use. It provides a temporary API to @@ -9,4 +9,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.12.0 <2.15.0" + sdk: ">=2.12.0 <2.16.0"