From 24fdb15069a99da41e8006094cae5079f9cb2f3a Mon Sep 17 00:00:00 2001 From: alorenzen Date: Thu, 4 Apr 2019 17:32:58 -0700 Subject: [PATCH] Fix dev test for pubspec to match new range. PiperOrigin-RevId: 242042683 --- dev/bin/pubspec.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/bin/pubspec.dart b/dev/bin/pubspec.dart index b5dab881f8..5b19bc91ff 100644 --- a/dev/bin/pubspec.dart +++ b/dev/bin/pubspec.dart @@ -8,7 +8,7 @@ import 'package:dev/find.dart'; /// What Dart SDK version to require for all pub packages. /// /// This allows us to (more) safely use new language/library features. -const useSdkRange = '>=2.1.0-dev.5.0 <3.0.0'; +const useSdkRange = '>=2.2.1-dev.3.0 <3.0.0'; void main(List args) { final dryRun = isDryRun(args);