From 5bbc7895aeb73299c928762cca23589b35215984 Mon Sep 17 00:00:00 2001 From: Murali Date: Wed, 25 Sep 2024 14:35:14 +0530 Subject: [PATCH] test: check onboarding cli for at_client publish --- packages/at_onboarding_cli/pubspec.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages/at_onboarding_cli/pubspec.yaml b/packages/at_onboarding_cli/pubspec.yaml index c7d5511f..6816d142 100644 --- a/packages/at_onboarding_cli/pubspec.yaml +++ b/packages/at_onboarding_cli/pubspec.yaml @@ -31,6 +31,22 @@ dependencies: at_cli_commons: ^1.1.0 at_persistence_secondary_server: ^3.0.63 +dependency_overrides: + at_commons: + git: + url: https://github.com/atsign-foundation/at_libraries.git + ref: update_isencrypted_changes + path: packages/at_commons + at_lookup: + git: + url: https://github.com/atsign-foundation/at_libraries.git + ref: at_lookup_publish + path: packages/at_lookup + at_client: + git: + url: https://github.com/atsign-foundation/at_client_sdk.git + ref: update_verb_isencrypted_changes + path: packages/at_client dev_dependencies: lints: ^2.1.0 test: ^1.24.2