leiningen

N.B. The maintainers are on #leiningen on Libera chat IRC. Go there for direct support/bug reports.
st3fan 2020-11-23T23:35:21.109Z

Apologies this is not entirely Clojure specific, I hope someone can still point me in the right direction: I am working on a patch for an existing package .. is there an easy way to publish this package locally or even to point to the sources instead?

st3fan 2020-11-23T23:36:05.109800Z

I forked the package and it sits next to my own project, but I don't know how to point my project to it ...

st3fan 2020-11-23T23:37:25.110700Z

i guess I can set the version to 99.99-SNAPSHOT temporarily and publish that locally - but that is a pretty tough change/try cycle