File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -235,21 +235,21 @@ By default we favor the project-specific shadow-cljs over the system-wide."
235
235
" The command used to execute nbb."
236
236
:type 'string
237
237
:safe #'stringp
238
- :package-version '(cider . " 1.3 .0" ))
238
+ :package-version '(cider . " 1.6 .0" ))
239
239
240
240
(defcustom cider-nbb-global-options
241
241
nil
242
242
" Command line options used to execute nbb."
243
243
:type 'string
244
244
:safe #'stringp
245
- :package-version '(cider . " 1.3 .0" ))
245
+ :package-version '(cider . " 1.6 .0" ))
246
246
247
247
(defcustom cider-nbb-parameters
248
248
" nrepl-server"
249
249
" Params passed to nbb to start an nREPL server via `cider-jack-in' ."
250
250
:type 'string
251
251
:safe #'stringp
252
- :package-version '(cider . " 1.3 .0" ))
252
+ :package-version '(cider . " 1.6 .0" ))
253
253
254
254
(defcustom cider-jack-in-default (if (executable-find " clojure" ) 'clojure-cli 'lein )
255
255
" The default tool to use when doing `cider-jack-in' outside a project.
You can’t perform that action at this time.
0 commit comments