branch: elpa/cider
commit 339d980c3eb14aff1ec1f6ea1f612e0baa3253fe
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Bump the injected cider-nrepl
---
cider.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cider.el b/cider.el
index 4d3a6b44f7..96198fd19b 100644
--- a/cider.el
+++ b/cider.el
@@ -418,7 +418,7 @@ the artifact.")
(defconst cider-latest-clojure-version "1.10.1"
"Latest supported version of Clojure.")
-(defconst cider-required-middleware-version "0.27.4"
+(defconst cider-required-middleware-version "0.28.0"
"The CIDER nREPL version that's known to work properly with CIDER.")
(defcustom cider-injected-middleware-version cider-required-middleware-version