From b2a79b3e894961baa9ae99601dd9117c55c3d7f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D0=B0?= =?UTF-8?q?=D1=80=20=D0=A1=D0=B8=D0=BC=D0=B8=D1=9B?= Date: Tue, 1 Sep 2020 09:21:20 +0100 Subject: [PATCH] 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 --- shadow-cljs.edn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shadow-cljs.edn b/shadow-cljs.edn index 312e6d39a5..a22cbe29ed 100644 --- a/shadow-cljs.edn +++ b/shadow-cljs.edn @@ -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