Skip to content

Commit

Permalink
Bump lints, min Dart SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Jun 4, 2024
1 parent 34d298f commit f69e08a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
sdk: [3.0.0, dev]
sdk: [3.4, dev]
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 2.1.2-wip

- Require at least Dart SDK `3.0.0`.
- Require at least Dart SDK `3.4.0`.

## 2.1.1

Expand Down
2 changes: 1 addition & 1 deletion lib/builder.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
///
/// See [package:build_runner](https://pub.dev/packages/build_runner)
/// for more information.
library builder;
library;

import 'dart:async';

Expand Down
12 changes: 6 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 2.1.2-wip
repository: https://github.com/kevmoo/build_version

environment:
sdk: ^3.0.0
sdk: ^3.4.0

dependencies:
build: ^2.1.0
Expand All @@ -13,9 +13,9 @@ dependencies:
pubspec_parse: ^1.0.0

dev_dependencies:
build_runner: ^2.0.0
build_test: ^2.0.0
build_runner: ^2.1.0
build_test: ^2.1.0
build_verify: ^3.0.0
checked_yaml: ^2.0.0
dart_flutter_team_lints: ^2.0.0
test: ^1.2.0
checked_yaml: ^2.0.1
dart_flutter_team_lints: ^3.0.0
test: ^1.16.8

0 comments on commit f69e08a

Please sign in to comment.