Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

Commit

Permalink
Fix dev test for pubspec to match new range.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 242042683
  • Loading branch information
alorenzen committed Apr 5, 2019
1 parent 49e733d commit 24fdb15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/bin/pubspec.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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<String> args) {
final dryRun = isDryRun(args);
Expand Down

0 comments on commit 24fdb15

Please sign in to comment.