Skip to content

Commit

Permalink
bump lints (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Jun 24, 2024
1 parent c86e817 commit 6c2a977
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-package.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.1, dev]
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- 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.2.2-wip

* Require Dart 3.0
* Require Dart 3.1

## 1.2.1

Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ description: Useful Unicode glyphs and ASCII substitutes.
repository: https://github.com/dart-lang/term_glyph

environment:
sdk: ^3.0.0
sdk: ^3.1.0

dev_dependencies:
csv: ^5.0.0
dart_flutter_team_lints: ^2.0.0
csv: ^6.0.0
dart_flutter_team_lints: ^3.0.0
dart_style: ^2.0.0
test: ^1.16.0
test: ^1.16.6

0 comments on commit 6c2a977

Please sign in to comment.