Hi,
is it possible to depend on a specific commit instead of preconfigured?
For example I would like to load Roassal2, where one of the packages is Trachel, and I want to load 'Trachel-AlexandreBergel.265'.
Currently I have in my ConfigurationOfMyProject
~~~~~~~~~~~~~~~~~~~~~
project: 'Roassal2' with: [
spec
className: #ConfigurationOfRoassal2;
versionString: #'development';
~~~~~~~~~~~~~~~~~~~~~~
I could replace versionString: with one of the specified in ConfigurationOfRoassal2, however the newest one is too old, and #development is too new.
So is it possible for me to specify what versions of the packages will be loaded?
Thanks,
Peter