Fork me on GitHub
#spacemacs
<
2017-07-26
>
rinaldi18:07:18

Anyone else having issues with cider after the last upgrade? It tried to fetch cider-repl using a tag that is not yet available on Clojars.

bja18:07:27

is this develop?

bja18:07:18

if so, you might need to install cider-nrepl locally until a time comes when a snapshot release is available for 0.15.1-SNAPSHOT

bja18:07:28

i.e. clone this: https://github.com/clojure-emacs/cider-nrepl and then go into the directory and lein install

rinaldi18:07:33

@bja Oh, interesting. I manually changed the cider-version variable which is not ideal. Gonna try your solution.