Skip to content

Commit 8fb6114

Browse files
authored
1 parent 1207160 commit 8fb6114

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

pkgs/term_glyph/.github/workflows/test-package.yml

Lines changed: 1 addition & 1 deletion
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

pkgs/term_glyph/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
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

pkgs/term_glyph/pubspec.yaml

Lines changed: 4 additions & 4 deletions
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)