Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
update lints, require Dart 3.4 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Jun 21, 2024
1 parent d107269 commit 832c5ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
matrix:
# Add macos-latest and/or windows-latest if relevant for this package.
os: [ubuntu-latest]
sdk: [3.0.0, dev]
sdk: [3.4, dev]
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 1.5.2-wip

* Require Dart 3.0.
* Require Dart 3.4.

## 1.5.1

Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ description: >-
repository: https://github.com/dart-lang/pool

environment:
sdk: ^3.0.0
sdk: ^3.4.0

dependencies:
async: ^2.5.0
stack_trace: ^1.10.0

dev_dependencies:
dart_flutter_team_lints: ^2.0.0
dart_flutter_team_lints: ^3.0.0
fake_async: ^1.2.0
test: ^1.16.0
test: ^1.16.6

0 comments on commit 832c5ab

Please sign in to comment.