How do I change the loaded version of a dependency other dependency is loading?
Imagine the following scenario: I have ProjectXXX that depends on ProjectYYY, and projectYYY depends on ProjectZZZ. Now normally all the dependencies are directed to the master branch. Now what I would like to do is to "lock" the version in BaselineOfXXX for both YYY and ZZZ. So when project XXX is loaded, then instead github://projectYYY:development, and github://projectZZZ:development will be loaded. Can I do that without changing the baseline of ProjectYYY? Thanks, Peter