Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: comment dependency overrides and upgrade persistence version #1012

Merged
merged 1 commit into from
Oct 28, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 7 additions & 7 deletions packages/at_secondary_server/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,24 @@ dependencies:
collection: 1.16.0
basic_utils: 4.5.2
at_persistence_spec: 2.0.8
at_persistence_secondary_server: 3.0.40
at_persistence_secondary_server: 3.0.41
at_lookup: 3.0.32
at_server_spec: 3.0.11
at_utils: 3.0.11
at_commons: 3.0.29
version: 3.0.2

dependency_overrides:
#dependency_overrides:
# at_server_spec:
# git:
# url: https://github.com/atsign-foundation/at_server.git
# path: at_server_spec
# ref: trunk
at_persistence_secondary_server:
git:
url: https://github.com/atsign-foundation/at_server.git
path: packages/at_persistence_secondary_server
ref: trunk
# at_persistence_secondary_server:
# git:
# url: https://github.com/atsign-foundation/at_server.git
# path: packages/at_persistence_secondary_server
# ref: trunk
# at_persistence_spec:
# git:
# url: https://github.com/atsign-foundation/at_server.git
Expand Down