Skip to content

Commit 621a39d

Browse files
committed
Use tight constraint
1 parent 05e098d commit 621a39d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/custom_lint/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
ci: ^0.1.0
1616
cli_util: ^0.4.0
1717
collection: ^1.16.0
18-
custom_lint_core: ^0.6.10
18+
custom_lint_core: 0.6.10
1919
freezed_annotation: ^2.2.0
2020
json_annotation: ^4.7.0
2121
meta: ^1.7.0

packages/custom_lint_builder/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
custom_lint: 0.6.10
1616
# Using tight constraints as custom_lint_builder communicate with each-other
1717
# using a specific contract
18-
custom_lint_core: ^0.6.10
18+
custom_lint_core: 0.6.10
1919
glob: ^2.1.1
2020
hotreloader: ">=3.0.5 <5.0.0"
2121
meta: ^1.7.0

0 commit comments

Comments
 (0)