File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
modules/ROOT/pages/basics Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111; ; Steve Purcell <steve@sanityinc.com>
1212; ; Maintainer: Bozhidar Batsov <bozhidar@batsov.com>
1313; ; URL: http://www.github.com/clojure-emacs/cider
14- ; ; Version: 0.22.0-snapshot
14+ ; ; Version: 0.22.0
1515; ; Package-Requires: ((emacs "25") (clojure-mode "5.9") (parseedn "0.1") (pkg-info "0.4") (queue "0.2") (spinner "1.7") (seq "2.16") (sesman "0.3.2"))
1616; ; Keywords: languages, clojure, cider
1717
8787(require 'seq )
8888(require 'sesman )
8989
90- (defconst cider-version " 0.22.0-snapshot "
90+ (defconst cider-version " 0.22.0"
9191 " Fallback version used when it cannot be extracted automatically.
9292Normally it won't be used, unless `pkg-info' fails to extract the
9393version from the CIDER package or library." )
Original file line number Diff line number Diff line change 11name : cider
22title : CIDER
3- version : master
3+ version : 0.22.0
44nav :
55- modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ simple - CIDER simply passes the extra dependencies and nREPL configuration to
5555your build tool in the command in runs to start the nREPL server. Here's how
5656this looks for `tools.deps`:
5757
58- $ clojure -Sdeps '{:deps {nrepl {:mvn/version "0.6.0"} cider/cider-nrepl {:mvn/version "0.22.0-SNAPSHOT "}}}' -m nrepl.cmdline --middleware '["cider.nrepl/cider-middleware"]'
58+ $ clojure -Sdeps '{:deps {nrepl {:mvn/version "0.6.0"} cider/cider-nrepl {:mvn/version "0.22.1 "}}}' -m nrepl.cmdline --middleware '["cider.nrepl/cider-middleware"]'
5959
6060TIP: If you don't want `cider-jack-in` to inject dependencies automatically, set
6161`cider-inject-dependencies-at-jack-in` to `nil`. Note that you'll have to setup
You can’t perform that action at this time.
0 commit comments