In my project I have a dep A
that depends on [nrepl "0.8.3"]
When I run lein :deps tree
I see a warning message
Possibly confusing dependencies found:
[nrepl "0.7.0" :exclusions [org.clojure/clojure]]
I guess it has to do with the fact that Leiningen itself depends on nrepl
Is there a clean way to avoid this dep conflict?