Skip to content

Commit

Permalink
verify at_chops
Browse files Browse the repository at this point in the history
  • Loading branch information
purnimavenkatasubbu committed Dec 13, 2023
1 parent af01645 commit da3f170
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/at_client/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ dependencies:
meta: ^1.8.0
version: ^3.0.2

dependency_overrides:
at_chops:
git:
url: https://github.com/atsign-foundation/at_libraries.git
path: packages/at_chops
ref: at_chops_dep_upgrade
dev_dependencies:
lints: ^2.1.1
test: ^1.21.4
Expand Down
6 changes: 6 additions & 0 deletions tests/at_end2end_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ dependencies:
at_client:
path: ../../packages/at_client

dependency_overrides:
at_chops:
git:
url: https://github.com/atsign-foundation/at_libraries.git
path: packages/at_chops
ref: at_chops_dep_upgrade
dev_dependencies:
test: ^1.24.3
lints: ^2.0.0
Expand Down
6 changes: 6 additions & 0 deletions tests/at_functional_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ dependencies:
at_client:
path: ../../packages/at_client

dependency_overrides:
at_chops:
git:
url: https://github.com/atsign-foundation/at_libraries.git
path: packages/at_chops
ref: at_chops_dep_upgrade
dev_dependencies:
test: ^1.24.3
lints: ^2.0.0
Expand Down

0 comments on commit da3f170

Please sign in to comment.