Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Commit 6a0bb92

Browse files
authored
update lints (#106)
1 parent 6419270 commit 6a0bb92

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/build.yaml

+1-1
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

lib/cli_logging.dart

+1-1
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;

lib/cli_util.dart

+1-1
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';

pubspec.yaml

+4-4
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)