How to include non clojars/maven clojure version in your lein project
Do you need to have a specific version of Clojure in your leiningen project that you can’t get from Clojars? I ran into this problem when I wanted to run a sample project on Clojure’s reducers - which is not in the current Clojars version of 1.4.0. I needed to use the most recent version, (unreleased), of 1.5.0. These are the steps to get you running. Clone the clojure git repository ...