Skip to content

Commit

Permalink
Pin meta
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronlademann-wf committed Jul 21, 2021
1 parent e816ed7 commit 4f95d7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dart_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: pub get

- name: Validate dependencies
run: pub run dependency_validator -i pedantic over_react_format
run: pub run dependency_validator -i pedantic over_react_format meta
if: always() && steps.install.outcome == 'success'

- name: Analyze project source
Expand Down
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dependencies:
dev_dependencies:
dependency_validator: ^1.3.0
matcher: ^0.12.5
meta: ">=1.2.2 <1.7.0" # Workaround to avoid https://github.com/dart-lang/sdk/issues/46142
test: ^1.15.7
test_descriptor: ^1.2.0
test_process: ^1.0.4

0 comments on commit 4f95d7d

Please sign in to comment.