Skip to content

Commit

Permalink
https git urls
Browse files Browse the repository at this point in the history
  • Loading branch information
robbecker-wf committed Nov 9, 2023
1 parent 5b879d0 commit cb193be
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ dependency_validator:
dependency_overrides:
react:
git:
url: ssh://git@github.com/Workiva/react-dart.git
url: https://github.com/Workiva/react-dart.git
ref: v7_wip
w_flux:
git:
url: ssh://git@github.com/Workiva/w_flux.git
url: https://github.com/Workiva/w_flux.git
ref: null-safety-3
4 changes: 2 additions & 2 deletions test/test_fixtures/over_react_project/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ dependencies:
dependency_overrides:
react:
git:
url: ssh://git@github.com/Workiva/react-dart.git
url: https://github.com/Workiva/react-dart.git
ref: v7_wip
w_flux:
git:
url: ssh://git@github.com/Workiva/w_flux.git
url: https://github.com/Workiva/w_flux.git
ref: null-safety-3
4 changes: 2 additions & 2 deletions test/test_fixtures/rmui_project/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ dependencies:
dependency_overrides:
react:
git:
url: ssh://git@github.com/Workiva/react-dart.git
url: https://github.com/Workiva/react-dart.git
ref: v7_wip
w_flux:
git:
url: ssh://git@github.com/Workiva/w_flux.git
url: https://github.com/Workiva/w_flux.git
ref: null-safety-3
4 changes: 2 additions & 2 deletions test/test_fixtures/wsd_project/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ dependencies:
dependency_overrides:
react:
git:
url: ssh://git@github.com/Workiva/react-dart.git
url: https://github.com/Workiva/react-dart.git
ref: v7_wip
w_flux:
git:
url: ssh://git@github.com/Workiva/w_flux.git
url: https://github.com/Workiva/w_flux.git
ref: null-safety-3

0 comments on commit cb193be

Please sign in to comment.