#How can I specify the required version of a dependency-mod?
1 messages · Page 1 of 1 (latest)
you can't
yes you can specify requirements on versions. go to the project you have a dependency on, to the version you want, and then use the ID
version IDs are globally unique so you don't need to specify the project and the version, the project will be inferred from the version ID
thanks :)