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

Commit b5ad816

Browse files
committed
migrate on new major version
1 parent 19a7fbf commit b5ad816

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install dependencies
1616
run: dart pub get
1717
- name: Run dependency validator
18-
run: dart pub run dependency_validator --ignore coveralls,intl,http_multi_server
18+
run: dart pub run dependency_validator
1919
- name: Run analyzer
2020
run: |
2121
dart analyze --fatal-warnings --fatal-infos .

pubspec.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,19 @@ dependencies:
2323
dev_dependencies:
2424
coverage: ^0.14.0
2525
coveralls: ^5.9.0
26-
dependency_validator: ^1.5.0
26+
dependency_validator: ^2.0.0
27+
http_multi_server: ^2.2.0
2728
lcov: '>=5.7.0 <7.0.0'
2829
mockito: ^4.1.1
2930
pedantic: ^1.9.2
3031
pub_semver: ^1.4.4
3132
test: ^1.15.3
32-
http_multi_server: ^2.2.0
3333

3434
executables:
3535
metrics:
36+
37+
dependency_validator:
38+
ignore:
39+
- coveralls
40+
- intl
41+
- http_multi_server

0 commit comments

Comments
 (0)