Skip to content

Commit

Permalink
build: Added dependency override since noports_core 5.0.3 is not yet …
Browse files Browse the repository at this point in the history
…published (as it is part of this PR also)
  • Loading branch information
gkc committed Dec 20, 2023
1 parent aa0c939 commit 3e6ca18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/sshnoports/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
noports_core: 5.0.3
noports_core: 5.0.3 # not yet published
at_onboarding_cli: 1.4.1

dependency_overrides:
noports_core:
path: ../noports_core
# Pin the dependencies of noports_core
archive: 3.3.9
args: 2.4.2
Expand Down

0 comments on commit 3e6ca18

Please sign in to comment.