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

Commit a644a82

Browse files
committed
bump lints
1 parent c86e817 commit a644a82

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/test-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
matrix:
4848
# Add macos-latest and/or windows-latest if relevant for this package.
4949
os: [ubuntu-latest]
50-
sdk: [3.0.0, dev]
50+
sdk: [3.1, dev]
5151
steps:
5252
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
5353
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 1.2.2-wip
22

3-
* Require Dart 3.0
3+
* Require Dart 3.1
44

55
## 1.2.1
66

pubspec.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ description: Useful Unicode glyphs and ASCII substitutes.
44
repository: https://github.com/dart-lang/term_glyph
55

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

99
dev_dependencies:
10-
csv: ^5.0.0
11-
dart_flutter_team_lints: ^2.0.0
10+
csv: ^6.0.0
11+
dart_flutter_team_lints: ^3.0.0
1212
dart_style: ^2.0.0
13-
test: ^1.16.0
13+
test: ^1.16.6

0 commit comments

Comments
 (0)