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?
I forked the package and it sits next to my own project, but I don't know how to point my project to it ...
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