emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/cider 14a8fa0266 3/4: Fix the :package-version for the new


From: ELPA Syncer
Subject: [nongnu] elpa/cider 14a8fa0266 3/4: Fix the :package-version for the new nbb defcustoms
Date: Fri, 16 Dec 2022 05:58:29 -0500 (EST)

branch: elpa/cider
commit 14a8fa026658e60f45cb0bba91e449916b62107a
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    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

[Prev in Thread] Current Thread [Next in Thread]