Skip to content

Commit 138ada8

Browse files
authored
1 parent ba5b1d2 commit 138ada8

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

pkgs/cli_util/.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
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

pkgs/cli_util/lib/cli_logging.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
/// This library contains functionality to help command-line utilities to easily
66
/// create aesthetic output.
7-
library cli_logging;
7+
library;
88

99
import 'dart:async';
1010
import 'dart:io' as io;

pkgs/cli_util/lib/cli_util.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

88
import 'dart:async';
99
import 'dart:io';

pkgs/cli_util/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ description: A library to help in building Dart command-line apps.
44
repository: https://github.com/dart-lang/cli_util
55

66
environment:
7-
sdk: ^3.0.0
7+
sdk: ^3.4.0
88

99
dependencies:
10-
meta: ^1.3.0
10+
meta: ^1.7.0
1111
path: ^1.8.0
1212

1313
dev_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

0 commit comments

Comments
 (0)