branch: elpa/cider
commit 14a8fa026658e60f45cb0bba91e449916b62107a
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

    Fix the :package-version for the new nbb defcustoms
---
 cider.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/cider.el b/cider.el
index 360e2b2c30..2f9519dbca 100644
--- a/cider.el
+++ b/cider.el
@@ -235,21 +235,21 @@ By default we favor the project-specific shadow-cljs over 
the system-wide."
   "The command used to execute nbb."
   :type 'string
   :safe #'stringp
-  :package-version '(cider . "1.3.0"))
+  :package-version '(cider . "1.6.0"))
 
 (defcustom cider-nbb-global-options
   nil
   "Command line options used to execute nbb."
   :type 'string
   :safe #'stringp
-  :package-version '(cider . "1.3.0"))
+  :package-version '(cider . "1.6.0"))
 
 (defcustom cider-nbb-parameters
   "nrepl-server"
   "Params passed to nbb to start an nREPL server via `cider-jack-in'."
   :type 'string
   :safe #'stringp
-  :package-version '(cider . "1.3.0"))
+  :package-version '(cider . "1.6.0"))
 
 (defcustom cider-jack-in-default (if (executable-find "clojure") 'clojure-cli 
'lein)
   "The default tool to use when doing `cider-jack-in' outside a project.

Reply via email to