Skip to content

Commit

Permalink
fix: replace at_chops and at_auth with published versions in pubspec
Browse files Browse the repository at this point in the history
  • Loading branch information
murali-shris committed Oct 13, 2023
1 parent 515a20b commit 87a0efb
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions tests/at_onboarding_cli_functional_tests/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,15 @@ environment:
dependencies:
at_onboarding_cli:
path: ../../packages/at_onboarding_cli
at_auth: ^1.0.0
at_chops: ^1.0.5
at_client: ^3.0.65
at_commons: ^3.0.56
at_utils: ^3.0.15
at_lookup: ^3.0.40
at_client: ^3.0.65

#TODO replace with published version
dependency_overrides:
at_auth:
git:
url: https://github.com/atsign-foundation/at_libraries
path: packages/at_auth
ref: at_auth_new
at_chops:
git:
url: https://github.com/atsign-foundation/at_libraries
path: packages/at_chops
ref: at_chops_changes_at_auth



dev_dependencies:
lints: ^1.0.0
Expand Down

0 comments on commit 87a0efb

Please sign in to comment.