leiningen

N.B. The maintainers are on #leiningen on Libera chat IRC. Go there for direct support/bug reports.
2019-07-16T19:01:03.102500Z

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?

2019-07-16T19:47:50.102700Z

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.