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

Commit 24fdb15

Browse files
committed
Fix dev test for pubspec to match new range.
PiperOrigin-RevId: 242042683
1 parent 49e733d commit 24fdb15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/bin/pubspec.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import 'package:dev/find.dart';
88
/// What Dart SDK version to require for all pub packages.
99
///
1010
/// This allows us to (more) safely use new language/library features.
11-
const useSdkRange = '>=2.1.0-dev.5.0 <3.0.0';
11+
const useSdkRange = '>=2.2.1-dev.3.0 <3.0.0';
1212

1313
void main(List<String> args) {
1414
final dryRun = isDryRun(args);

0 commit comments

Comments
 (0)