summaryrefslogtreecommitdiff
path: root/cider.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-10-14 23:03:31 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2018-10-14 23:04:11 +0200
commite6dcdfece93f4450f99c0645071d87ef1f1eea74 (patch)
treea31102d98aadf2903b61ab8fcc2d0f7d999d8ad9 /cider.el
parentbc1d909931447b2fca0a236c3b99bc079934185f (diff)
Bump the injected cider-nrepl version
Diffstat (limited to 'cider.el')
-rw-r--r--cider.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider.el b/cider.el
index e8daafb3..ef35699c 100644
--- a/cider.el
+++ b/cider.el
@@ -404,7 +404,7 @@ Elements of the list are artifact name and list of exclusions to apply for the a
(defconst cider-required-middleware-version "0.18.0"
"The minimum CIDER nREPL version that's known to work properly with CIDER.")
-(defconst cider-latest-middleware-version "0.18.0"
+(defconst cider-latest-middleware-version "0.19.0-SNAPSHOT"
"The latest CIDER nREPL version that's known to work properly with CIDER.")
(defcustom cider-jack-in-auto-inject-clojure nil