Skip to content

Commit

Permalink
Update lints dep, bump min SDK (dart-archive/logging#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Jun 20, 2024
1 parent ddda561 commit 8b5427b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkgs/logging/.github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
matrix:
# Add macos-latest and/or windows-latest if relevant for this package.
os: [ubuntu-latest]
sdk: [3.2, dev]
sdk: [3.4, dev]
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
Expand Down
2 changes: 1 addition & 1 deletion pkgs/logging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 1.3.0-wip

* Override empty stack traces for trace level events.
* Require Dart 3.2
* Require Dart 3.4

## 1.2.0

Expand Down
4 changes: 2 additions & 2 deletions pkgs/logging/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ topics:
- debugging

environment:
sdk: ^3.2.0
sdk: ^3.4.0

dev_dependencies:
dart_flutter_team_lints: ^2.0.0
dart_flutter_team_lints: ^3.0.0
test: ^1.16.0

0 comments on commit 8b5427b

Please sign in to comment.