File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1414; ; Homepage: https://www.github.com/clojure-emacs/cider
1515; ; Keywords: languages, clojure, cider
1616; ;
17- ; ; Version: 1.19.0-snapshot
17+ ; ; Version: 1.19.0
1818; ; Package-Requires: (
1919; ; (emacs "27")
2020; ; (clojure-mode "5.19")
103103(require 'sesman )
104104(require 'package )
105105
106- (defconst cider-version " 1.19.0-snapshot "
106+ (defconst cider-version " 1.19.0"
107107 " The current version of CIDER." )
108108
109- (defconst cider-codename " Athens "
109+ (defconst cider-codename " Skiathos "
110110 " Codename used to denote stable releases." )
111111
112112(defcustom cider-lein-command
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ name: cider
22title : CIDER
33# We always provide version without patch here (e.g. 1.1),
44# as patch versions should not appear in the docs.
5- version : ~
5+ version : " 1.19 "
66nav :
77- modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change @@ -89,6 +89,13 @@ Below you can find the official compatibility matrix for CIDER.
8989| 8
9090| 1.10
9191
92+ | 1.19
93+ | 27.1
94+ | 1.0
95+ | 0.57
96+ | 8
97+ | 1.10
98+
9299|===
93100
94101TIP: You can also check the requirements of a particular CIDER version by inspecting
You can’t perform that action at this time.
0 commit comments