From da3f1703b472c47377c1b796b90df74ff18aa3d9 Mon Sep 17 00:00:00 2001 From: purnimavenkatasubbu Date: Wed, 13 Dec 2023 15:00:42 +0530 Subject: [PATCH] verify at_chops --- packages/at_client/pubspec.yaml | 6 ++++++ tests/at_end2end_test/pubspec.yaml | 6 ++++++ tests/at_functional_test/pubspec.yaml | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/packages/at_client/pubspec.yaml b/packages/at_client/pubspec.yaml index c76c0b970..9bf50b923 100644 --- a/packages/at_client/pubspec.yaml +++ b/packages/at_client/pubspec.yaml @@ -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 diff --git a/tests/at_end2end_test/pubspec.yaml b/tests/at_end2end_test/pubspec.yaml index fc9af626f..51a7d2bfd 100644 --- a/tests/at_end2end_test/pubspec.yaml +++ b/tests/at_end2end_test/pubspec.yaml @@ -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 diff --git a/tests/at_functional_test/pubspec.yaml b/tests/at_functional_test/pubspec.yaml index 095a0fe30..b8deee61d 100644 --- a/tests/at_functional_test/pubspec.yaml +++ b/tests/at_functional_test/pubspec.yaml @@ -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