Skip to content

Commit 14a8fa0

Browse files
committed
Fix the :package-version for the new nbb defcustoms
1 parent 8c41b71 commit 14a8fa0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cider.el

+3-3
Original file line numberDiff line numberDiff line change
@@ -235,21 +235,21 @@ By default we favor the project-specific shadow-cljs over the system-wide."
235235
"The command used to execute nbb."
236236
:type 'string
237237
:safe #'stringp
238-
:package-version '(cider . "1.3.0"))
238+
:package-version '(cider . "1.6.0"))
239239

240240
(defcustom cider-nbb-global-options
241241
nil
242242
"Command line options used to execute nbb."
243243
:type 'string
244244
:safe #'stringp
245-
:package-version '(cider . "1.3.0"))
245+
:package-version '(cider . "1.6.0"))
246246

247247
(defcustom cider-nbb-parameters
248248
"nrepl-server"
249249
"Params passed to nbb to start an nREPL server via `cider-jack-in'."
250250
:type 'string
251251
:safe #'stringp
252-
:package-version '(cider . "1.3.0"))
252+
:package-version '(cider . "1.6.0"))
253253

254254
(defcustom cider-jack-in-default (if (executable-find "clojure") 'clojure-cli 'lein)
255255
"The default tool to use when doing `cider-jack-in' outside a project.

0 commit comments

Comments
 (0)