Fork me on GitHub
#cider
<
2017-08-28
>
aaelony22:08:15

I'm using CIDER 0.15.0 and do not have a ~/.lein/profiles.clj file but am seeing the following warning in emacs

WARNING: CIDER's version (0.15.0) does not match cider-nrepl's version (nil). Things will break!
I forget how to correct this..

aaelony22:08:36

probably need to specify cider-nrepl somewhere?

aaelony22:08:27

disregard... I added

[cider/cider-nrepl "0.15.0"]
to my plugins vector in project.clj. I don't think I needed to do that previously...

dpsutton23:08:49

if you use cider-jack-in it manages that for you. if you use cider-connect you are in charge of ensuring there's an nrepl stack in your project for cider to communicate with

aaelony23:08:02

I'm using cider-jack-in via C-c M-j I think