Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
migrate on new major version (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrutskikh committed Dec 4, 2020
1 parent 19a7fbf commit 9286a71
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install dependencies
run: dart pub get
- name: Run dependency validator
run: dart pub run dependency_validator --ignore coveralls,intl,http_multi_server
run: dart pub run dependency_validator
- name: Run analyzer
run: |
dart analyze --fatal-warnings --fatal-infos .
Expand Down
10 changes: 8 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,19 @@ dependencies:
dev_dependencies:
coverage: ^0.14.0
coveralls: ^5.9.0
dependency_validator: ^1.5.0
dependency_validator: ^2.0.0
http_multi_server: ^2.2.0
lcov: '>=5.7.0 <7.0.0'
mockito: ^4.1.1
pedantic: ^1.9.2
pub_semver: ^1.4.4
test: ^1.15.3
http_multi_server: ^2.2.0

executables:
metrics:

dependency_validator:
ignore:
- coveralls
- intl
- http_multi_server

0 comments on commit 9286a71

Please sign in to comment.