Skip to content

Commit

Permalink
update lints (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Jun 26, 2024
1 parent 900e75c commit ea76570
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.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.2.0, dev]
sdk: [3.2, dev]
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ dependencies:
shelf_static: ^1.0.0

dev_dependencies:
build_cli: ^2.0.2
build_cli: ^2.1.2
build_runner: ^2.0.0
build_verify: ^3.0.0
dart_flutter_team_lints: ^2.0.0
path: ^1.6.1
test: ^1.3.0
dart_flutter_team_lints: ^3.0.0
path: ^1.8.0
test: ^1.16.6
test_process: ^2.0.0

executables:
Expand Down

0 comments on commit ea76570

Please sign in to comment.