Changing version of a dependency of a dependency

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Changing version of a dependency of a dependency

Peter Uhnak
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