This repository was archived by the owner on Nov 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4141 fail-fast : false
4242 matrix :
4343 os : [ubuntu-latest]
44- sdk : ['3.0 ', dev]
44+ sdk : ['3.4 ', dev]
4545 steps :
4646 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
4747 - uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
Original file line number Diff line number Diff line change 44
55/// This library contains functionality to help command-line utilities to easily
66/// create aesthetic output.
7- library cli_logging ;
7+ library ;
88
99import 'dart:async' ;
1010import 'dart:io' as io;
Original file line number Diff line number Diff line change 33// BSD-style license that can be found in the LICENSE file.
44
55/// Utilities to locate the Dart SDK.
6- library cli_util ;
6+ library ;
77
88import 'dart:async' ;
99import 'dart:io' ;
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ description: A library to help in building Dart command-line apps.
44repository : https://github.com/dart-lang/cli_util
55
66environment :
7- sdk : ^3.0 .0
7+ sdk : ^3.4 .0
88
99dependencies :
10- meta : ^1.3 .0
10+ meta : ^1.7 .0
1111 path : ^1.8.0
1212
1313dev_dependencies :
14- dart_flutter_team_lints : ^2 .0.0
15- test : ^1.16 .0
14+ dart_flutter_team_lints : ^3 .0.0
15+ test : ^1.20 .0
You can’t perform that action at this time.
0 commit comments