Skip to content

Commit c258efd

Browse files
authored
1 parent f7f468f commit c258efd

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

cider.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ returned by this function does not include keyword arguments."
598598
(let ((plugins (if cider-enrich-classpath
599599
(append cider-jack-in-lein-plugins
600600
`(("cider/cider-nrepl" ,cider-injected-middleware-version)
601-
("mx.cider/lein-enrich-classpath" "1.18.1")))
601+
("mx.cider/lein-enrich-classpath" "1.18.2")))
602602
(append cider-jack-in-lein-plugins
603603
`(("cider/cider-nrepl" ,cider-injected-middleware-version))))))
604604
(thread-last

clojure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ else
3737
cd "$there"
3838

3939
# enrich-classpath will emit a command starting by "clojure", or print a stacktrace:
40-
output=$(2>&1 "$clojure" -Sforce -Srepro -J-XX:-OmitStackTraceInFastThrow -J-Dclojure.main.report=stderr -Sdeps '{:deps {mx.cider/tools.deps.enrich-classpath {:mvn/version "1.18.1"}}}' -M -m cider.enrich-classpath.clojure "$clojure" "$here" "true" "$@")
40+
output=$(2>&1 "$clojure" -Sforce -Srepro -J-XX:-OmitStackTraceInFastThrow -J-Dclojure.main.report=stderr -Sdeps '{:deps {mx.cider/tools.deps.enrich-classpath {:mvn/version "1.18.2"}}}' -M -m cider.enrich-classpath.clojure "$clojure" "$here" "true" "$@")
4141
cmd=$(tail -n1 <(echo "$output"))
4242

4343
cd "$here"

doc/modules/ROOT/pages/config/basic_config.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ With it enabled, `cider-jack-in` will activate enrich-classpath, given the follo
4444
* You are on macOS/Linux
4545
* You are launching a vanilla JVM repl (and not a cljs repl, or a clj+cljs repl)
4646
* You are using `cider-jack-in` / `cider-jack-in-clj` (and not `cider-connect`)
47-
** For `cider-connect`, please follow enrich-classpath's https://github.com/clojure-emacs/enrich-classpath/tree/v1.18.1#emacs-cider-connect[own instructions].
47+
** For `cider-connect`, please follow enrich-classpath's https://github.com/clojure-emacs/enrich-classpath/tree/v1.18.2#emacs-cider-connect[own instructions].
4848

4949
...these conditions will be progressively relaxed.
5050

test/cider-tests.el

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
" -- update-in :plugins conj "
157157
(shell-quote-argument "[cider/cider-nrepl \"0.39.1\"]")
158158
" -- update-in :plugins conj "
159-
(shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.18.1\"]")
159+
(shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.18.2\"]")
160160
" -- update-in :middleware conj cider.enrich-classpath.plugin-v2/middleware"
161161
" -- repl :headless")))
162162

@@ -169,7 +169,7 @@
169169
" -- update-in :plugins conj "
170170
(shell-quote-argument "[cider/cider-nrepl \"0.39.1\"]")
171171
" -- update-in :plugins conj "
172-
(shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.18.1\"]")
172+
(shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.18.2\"]")
173173
" -- update-in :middleware conj cider.enrich-classpath.plugin-v2/middleware"
174174
" -- repl :headless")))
175175

@@ -181,7 +181,7 @@
181181
" -- update-in :plugins conj "
182182
(shell-quote-argument "[cider/cider-nrepl \"0.39.1\"]")
183183
" -- update-in :plugins conj "
184-
(shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.18.1\"]")
184+
(shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.18.2\"]")
185185
" -- update-in :middleware conj cider.enrich-classpath.plugin-v2/middleware"
186186
" -- repl :headless")))
187187

@@ -220,7 +220,7 @@
220220
" -- update-in :plugins conj "
221221
(shell-quote-argument "[cider/cider-nrepl \"0.39.1\"]")
222222
" -- update-in :plugins conj "
223-
(shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.18.1\"]")
223+
(shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.18.2\"]")
224224
" -- update-in :middleware conj cider.enrich-classpath.plugin-v2/middleware"
225225
" -- repl :headless")))
226226

@@ -255,7 +255,7 @@
255255
" -- update-in :plugins conj "
256256
(shell-quote-argument "[cider/cider-nrepl \"0.39.1\"]")
257257
" -- update-in :plugins conj "
258-
(shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.18.1\"]")
258+
(shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.18.2\"]")
259259
" -- update-in :middleware conj cider.enrich-classpath.plugin-v2/middleware"
260260
" -- repl :headless")))
261261
(it "can concat in a boot project"
@@ -324,7 +324,7 @@
324324
(spy-on 'cider-jack-in-normalized-lein-plugins
325325
:and-return-value '(("refactor-nrepl" "2.0.0")
326326
("cider/cider-nrepl" "0.39.1")
327-
("mx.cider/lein-enrich-classpath" "1.18.1")))
327+
("mx.cider/lein-enrich-classpath" "1.18.2")))
328328
(setq-local cider-jack-in-dependencies-exclusions '())
329329
(setq-local cider-enrich-classpath t))
330330
(it "uses them in a lein project"
@@ -336,7 +336,7 @@
336336
" -- update-in :plugins conj "
337337
(shell-quote-argument "[cider/cider-nrepl \"0.39.1\"]")
338338
" -- update-in :plugins conj "
339-
(shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.18.1\"]")
339+
(shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.18.2\"]")
340340
" -- update-in :middleware conj cider.enrich-classpath.plugin-v2/middleware"
341341
" -- repl :headless"))))
342342

0 commit comments

Comments
 (0)