leiningen

N.B. The maintainers are on #leiningen on Libera chat IRC. Go there for direct support/bug reports.
Yehonathan Sharvit 2020-11-10T14:09:59.081400Z

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 Sharvit 2020-11-10T14:10:22.081900Z

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

Yehonathan Sharvit 2020-11-10T14:10:33.082300Z

Is there a clean way to avoid this dep conflict?