Fork me on GitHub
#leiningen
<
2016-06-21
>
henriklundahl06:06:45

@uwo You can use ^:replace on the deps vector in the new profile :profiles {:no-deps {:dependencies ^:replace [[org.clojure/clojure "1.8.0"]]}} and then use lein with-profile no-deps run -m.