Hi, I thought about making some changes to the library I use. I want to open a PR but first I would like to test it locally. How can I use the locally fetched repo as a dependency instead of the jar from mvn?
The answer to my question: https://stackoverflow.com/a/41619046/3023806
I also noticed that it is good to add a simple postfix like -SNAPSHOT
. Originally I was adding something longer and lein couldn’t find the jar.