Fork me on GitHub
#leiningen
<
2017-01-23
>
luke14:01:57

Thanks! Gave that a try… no dice. ClojureScript being included in an uberjar dep would definitely explain it.

miikka16:01:54

Exclusion probably does not work because lein-codox does not depend on anything. It only adds the codox dependency when you use the plugin, which in turn adds the ClojureScript dependency.

miikka16:01:13

I suppose you could add [[codox "0.10.2" :exclusions [org.clojure/clojurescript]] as a dependency, so that lein-codox won't override it.