This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-12-19
Channels
- # admin-announcements (27)
- # beginners (12)
- # boot (168)
- # cider (4)
- # clojure (27)
- # clojure-art (3)
- # clojure-austria (1)
- # clojure-russia (10)
- # clojurescript (50)
- # datomic (10)
- # editors (2)
- # hoplon (51)
- # ldnclj (26)
- # liberator (1)
- # off-topic (7)
- # om (23)
- # parinfer (6)
- # proton (7)
- # reagent (17)
- # yada (1)
Hi! I'm trying to run Cider (using boot as well). I added the profile.boot
as per in CIDERs readme. I did M-x cider-jack-in
, and it complains WARNING: CIDER's version (0.11.0-snapshot) does not match cider-nrepl's version (0.10.0). Things will break!
.
The thing is, the latest version of cider-nrepl
in closers is 0.10.0 (https://clojars.org/cider/cider-nrepl). Is there some way to get this working?
@codemartin: there is 0.11.0-SNAPSHOT
on clojars
Thank you @magnars, I must have missed that!