Skip to content

Commit 8664c4a

Browse files
authored
update lints, require Dart 3.1 (dart-archive/string_scanner#76)
1 parent a81f3ce commit 8664c4a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pkgs/string_scanner/.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/string_scanner/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 1.2.1-wip
22

3-
* Require Dart 3.0.0
3+
* Require Dart 3.1.0
44

55
## 1.2.0
66

pkgs/string_scanner/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ description: A class for parsing strings using a sequence of patterns.
44
repository: https://github.com/dart-lang/string_scanner
55

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

99
dependencies:
1010
source_span: ^1.8.0
1111

1212
dev_dependencies:
13-
dart_flutter_team_lints: ^2.0.0
14-
test: ^1.16.0
13+
dart_flutter_team_lints: ^3.0.0
14+
test: ^1.16.6

0 commit comments

Comments
 (0)