Fork me on GitHub
#leiningen
<
2018-04-16
>
eraserhd16:04:54

I'm trying to use a recent cider-nrepl, but I get these warnings:

Tried to load org.clojure/tools.nrepl version 0.2.13 but 0.2.12 was already loaded.
Tried to load org.tcrawley/dynapath version 1.0.0 but 0.2.5 was already loaded.
Warning: Clojure is excluded, assuming an appropriate fork (Clojure 1.7 or later) is provided.
Warning: Clojure is excluded, assuming an appropriate fork (Clojure 1.7 or later) is provided.

eraserhd16:04:29

The old versions are not mentioned in any lein deps output.

eraserhd16:04:51

(and :pedantic? :abort is set anyway)

eraserhd16:04:11

What could be causing this?

eraserhd17:04:21

The solution (for now) appears to be to put it in :dependencies instead of :plugins and specify the stack of middleware in :repl-options :nrepl-middleware. I have no idea why, though.

lwhorton19:04:20

hey guys, if i install clojure by listing it as a dep in my :depencencies, does that give me access to the >$ clj ... cli tool too? or does that have to be installed separately somehow?