Skip to content

Commit df316b7

Browse files
committed
feat: prepare version 2.5.0
1 parent 2ad1111 commit df316b7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ environment:
66
sdk: ">=2.18.0 <4.0.0"
77

88
dev_dependencies:
9-
custom_lint: ^0.6.4
9+
custom_lint: ^0.7.5
1010
fd_lints:
1111
path: ../

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: fd_lints
22
description: An opiniated set of lint rules for Dart and Flutter projects. Made
33
by yours truly Floating Dartists.
4-
version: 2.4.0
4+
version: 2.5.0
55
repository: https://github.com/Floating-Dartists/fd_lints
66
issue_tracker: https://github.com/Floating-Dartists/fd_lints/issues
77

88
environment:
99
sdk: ">=3.0.0 <4.0.0"
1010

1111
dependencies:
12-
analyzer: ">=6.0.0 <8.0.0"
13-
analyzer_plugin: ">=0.11.2 <0.14.0"
14-
custom_lint_builder: ">=0.5.2 <0.8.0"
12+
analyzer: ">=7.0.0 <8.0.0"
13+
analyzer_plugin: ">=0.13.0 <0.14.0"
14+
custom_lint_builder: ">=0.7.0 <0.8.0"

0 commit comments

Comments
 (0)