Skip to content

Commit

Permalink
fix: change dependency overrides from at_lookup to at_commons
Browse files Browse the repository at this point in the history
  • Loading branch information
murali-shris committed Dec 12, 2024
1 parent edaf07c commit 15d68c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/at_end2end_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ dependencies:
path: ../../packages/at_client

dependency_overrides:
at_lookup:
at_commons:
git:
url: https://github.com/atsign-foundation/at_libraries.git
path: packages/at_lookup
path: packages/at_commons
ref: atlookup_add_default_values_sync_builder

dev_dependencies:
Expand Down
4 changes: 2 additions & 2 deletions tests/at_functional_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ dependencies:
at_lookup: ^3.0.49

dependency_overrides:
at_lookup:
at_commons:
git:
url: https://github.com/atsign-foundation/at_libraries.git
path: packages/at_lookup
path: packages/at_commons
ref: atlookup_add_default_values_sync_builder

dev_dependencies:
Expand Down

0 comments on commit 15d68c5

Please sign in to comment.