Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Nov 2, 2023
1 parent ca245b2 commit 9c8b9f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified scripts/sdk_satisfaction
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/sdk_satisfaction.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'dart:io';
import 'package:pub_semver/pub_semver.dart';

void main() async {
final current = RegExp(r'\d.\d.\d')
final current = RegExp(r'\d*.\d*.\d*')
.firstMatch(Process.runSync('dart', ['--version']).stdout as String)!
.group(0)!;
final min = RegExp('sdk: [\'"]>=(\\d*.\\d*.\\d*)')
Expand Down

0 comments on commit 9c8b9f5

Please sign in to comment.