Fork me on GitHub
#leiningen
<
2020-11-10
>
Yehonathan Sharvit14:11:59

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]]

Yehonathan Sharvit14:11:22

I guess it has to do with the fact that Leiningen itself depends on nrepl

Yehonathan Sharvit14:11:33

Is there a clean way to avoid this dep conflict?