Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit f312f1f

Browse files
authored
update lints (#169)
1 parent c00fc2a commit f312f1f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/test-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
fail-fast: false
4747
matrix:
4848
os: [ubuntu-latest, macos-latest, windows-latest]
49-
sdk: [3.0.0, dev]
49+
sdk: [3.1, dev]
5050
steps:
5151
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
5252
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 1.1.1-wip
22

33
- Ensure `PollingFileWatcher.ready` completes for files that do not exist.
4+
- Require Dart SDK `^3.1.0`
45

56
## 1.1.0
67

pubspec.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@ description: >-
66
repository: https://github.com/dart-lang/watcher
77

88
environment:
9-
sdk: ^3.0.0
9+
sdk: ^3.1.0
1010

1111
dependencies:
1212
async: ^2.5.0
1313
path: ^1.8.0
1414

1515
dev_dependencies:
1616
benchmark_harness: ^2.0.0
17-
dart_flutter_team_lints: ^2.1.0
18-
test: ^1.16.0
17+
dart_flutter_team_lints: ^3.0.0
18+
test: ^1.16.6
1919
test_descriptor: ^2.0.0
20-

0 commit comments

Comments
 (0)