From 8073ed2a6b12e73df0cdab2bfe7cdd236293f3bd Mon Sep 17 00:00:00 2001 From: vemv Date: Sat, 19 Aug 2023 07:57:17 +0200 Subject: [PATCH] Bump enrich-classpath --- cider.el | 2 +- test/cider-tests.el | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cider.el b/cider.el index 4b2c3af74..6c9cbe544 100644 --- a/cider.el +++ b/cider.el @@ -588,7 +588,7 @@ returned by this function does not include keyword arguments." (let ((plugins (if cider-enrich-classpath (append cider-jack-in-lein-plugins `(("cider/cider-nrepl" ,cider-injected-middleware-version) - ("mx.cider/lein-enrich-classpath" "1.13.0"))) + ("mx.cider/lein-enrich-classpath" "1.14.0"))) (append cider-jack-in-lein-plugins `(("cider/cider-nrepl" ,cider-injected-middleware-version)))))) (thread-last diff --git a/test/cider-tests.el b/test/cider-tests.el index 0d2a2a661..45d32da69 100644 --- a/test/cider-tests.el +++ b/test/cider-tests.el @@ -156,7 +156,7 @@ " -- update-in :plugins conj " (shell-quote-argument "[cider/cider-nrepl \"0.35.1\"]") " -- update-in :plugins conj " - (shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.13.0\"]") + (shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.14.0\"]") " -- update-in :middleware conj cider.enrich-classpath.plugin-v2/middleware" " -- repl :headless"))) @@ -169,7 +169,7 @@ " -- update-in :plugins conj " (shell-quote-argument "[cider/cider-nrepl \"0.35.1\"]") " -- update-in :plugins conj " - (shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.13.0\"]") + (shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.14.0\"]") " -- update-in :middleware conj cider.enrich-classpath.plugin-v2/middleware" " -- repl :headless"))) @@ -181,7 +181,7 @@ " -- update-in :plugins conj " (shell-quote-argument "[cider/cider-nrepl \"0.35.1\"]") " -- update-in :plugins conj " - (shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.13.0\"]") + (shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.14.0\"]") " -- update-in :middleware conj cider.enrich-classpath.plugin-v2/middleware" " -- repl :headless"))) @@ -220,7 +220,7 @@ " -- update-in :plugins conj " (shell-quote-argument "[cider/cider-nrepl \"0.35.1\"]") " -- update-in :plugins conj " - (shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.13.0\"]") + (shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.14.0\"]") " -- update-in :middleware conj cider.enrich-classpath.plugin-v2/middleware" " -- repl :headless"))) @@ -255,7 +255,7 @@ " -- update-in :plugins conj " (shell-quote-argument "[cider/cider-nrepl \"0.35.1\"]") " -- update-in :plugins conj " - (shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.13.0\"]") + (shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.14.0\"]") " -- update-in :middleware conj cider.enrich-classpath.plugin-v2/middleware" " -- repl :headless"))) (it "can concat in a boot project" @@ -324,7 +324,7 @@ (spy-on 'cider-jack-in-normalized-lein-plugins :and-return-value '(("refactor-nrepl" "2.0.0") ("cider/cider-nrepl" "0.35.1") - ("mx.cider/lein-enrich-classpath" "1.13.0"))) + ("mx.cider/lein-enrich-classpath" "1.14.0"))) (setq-local cider-jack-in-dependencies-exclusions '()) (setq-local cider-enrich-classpath t)) (it "uses them in a lein project" @@ -336,7 +336,7 @@ " -- update-in :plugins conj " (shell-quote-argument "[cider/cider-nrepl \"0.35.1\"]") " -- update-in :plugins conj " - (shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.13.0\"]") + (shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.14.0\"]") " -- update-in :middleware conj cider.enrich-classpath.plugin-v2/middleware" " -- repl :headless"))))