I have just installed Cider from melpa which has version 0.9.0 SNAPSHOT and nREpL 0.2.6. This more or less works once I used the profile suggested in this answer. However, this does not appear to work as the nrepl version is 0.2.6 still.
Here is my profiles.clj from .lein
{:user {:plugins [[cider/cider-nrepl "0.9.0-SNAPSHOT"]]
:dependencies [[org.clojure/tools.nrepl "0.2.7"]]}}
and this the warning I get
; CIDER 0.9.0snapshot (package: 20150318.555) (Java 1.6.0_65, Clojure 1.6.0, nREPL 0.2.6)
WARNING: CIDER requires nREPL 0.2.7 to work properly
Any hints appreciated, or maybe this does not matter?
EDIT: The version of lein is 2.5.1
Further Edit: Note that I asked this question as the referenced stackoverflow question does not appear to solve the problem. This is a brand new install for clojure so its not clear if thjis is a singificant issue or not for me. Cheers