commit | 9f0668b4c79356c03dc407333a898b51aef16eb7 | [log] [tgz] |
---|---|---|
author | Parker Lougheed <parlough@gmail.com> | Wed May 24 16:17:46 2023 -0500 |
committer | GitHub <noreply@github.com> | Wed May 24 14:17:46 2023 -0700 |
tree | 90aea217b23a80f749fd8942660b2373462c669f | |
parent | 4234bca57982b3eaa56777376422e130126a8007 [diff] |
Update example for latest lints version (dart-lang/lints#123)
diff --git a/pkgs/lints/example/pubspec.yaml b/pkgs/lints/example/pubspec.yaml index 71ddba9..7f3ec2b 100644 --- a/pkgs/lints/example/pubspec.yaml +++ b/pkgs/lints/example/pubspec.yaml
@@ -4,7 +4,7 @@ publish_to: none environment: - sdk: '>=2.12.0 <3.0.0' + sdk: ^3.0.0 dev_dependencies: - lints: ^1.0.0 + lints: ^2.1.0