Update nREPL to the latest stable
With the update of Emacs CIDER 0.26.1, it expects to have the latest cider-nrepl dependency to be at 0.25.3 otherwise it throws an error when connecting to the project's REPL. Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
parent
fdf8d11913
commit
b2a79b3e89
|
@ -14,7 +14,7 @@
|
|||
[mvxcvi/alphabase "1.0.0"]
|
||||
;; dev dependencies
|
||||
[refactor-nrepl "2.5.0"]
|
||||
[cider/cider-nrepl "0.24.0"]
|
||||
[cider/cider-nrepl "0.25.3"]
|
||||
[cider/piggieback "0.4.1"]
|
||||
[re-frisk-remote "1.3.1"]
|
||||
;; routing
|
||||
|
|
Loading…
Reference in New Issue