|
156 | 156 | " -- update-in :plugins conj " |
157 | 157 | (shell-quote-argument "[cider/cider-nrepl \"0.39.1\"]") |
158 | 158 | " -- 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\"]") |
160 | 160 | " -- update-in :middleware conj cider.enrich-classpath.plugin-v2/middleware" |
161 | 161 | " -- repl :headless"))) |
162 | 162 |
|
|
169 | 169 | " -- update-in :plugins conj " |
170 | 170 | (shell-quote-argument "[cider/cider-nrepl \"0.39.1\"]") |
171 | 171 | " -- 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\"]") |
173 | 173 | " -- update-in :middleware conj cider.enrich-classpath.plugin-v2/middleware" |
174 | 174 | " -- repl :headless"))) |
175 | 175 |
|
|
181 | 181 | " -- update-in :plugins conj " |
182 | 182 | (shell-quote-argument "[cider/cider-nrepl \"0.39.1\"]") |
183 | 183 | " -- 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\"]") |
185 | 185 | " -- update-in :middleware conj cider.enrich-classpath.plugin-v2/middleware" |
186 | 186 | " -- repl :headless"))) |
187 | 187 |
|
|
220 | 220 | " -- update-in :plugins conj " |
221 | 221 | (shell-quote-argument "[cider/cider-nrepl \"0.39.1\"]") |
222 | 222 | " -- 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\"]") |
224 | 224 | " -- update-in :middleware conj cider.enrich-classpath.plugin-v2/middleware" |
225 | 225 | " -- repl :headless"))) |
226 | 226 |
|
|
255 | 255 | " -- update-in :plugins conj " |
256 | 256 | (shell-quote-argument "[cider/cider-nrepl \"0.39.1\"]") |
257 | 257 | " -- 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\"]") |
259 | 259 | " -- update-in :middleware conj cider.enrich-classpath.plugin-v2/middleware" |
260 | 260 | " -- repl :headless"))) |
261 | 261 | (it "can concat in a boot project" |
|
324 | 324 | (spy-on 'cider-jack-in-normalized-lein-plugins |
325 | 325 | :and-return-value '(("refactor-nrepl" "2.0.0") |
326 | 326 | ("cider/cider-nrepl" "0.39.1") |
327 | | - ("mx.cider/lein-enrich-classpath" "1.18.1"))) |
| 327 | + ("mx.cider/lein-enrich-classpath" "1.18.2"))) |
328 | 328 | (setq-local cider-jack-in-dependencies-exclusions '()) |
329 | 329 | (setq-local cider-enrich-classpath t)) |
330 | 330 | (it "uses them in a lein project" |
|
336 | 336 | " -- update-in :plugins conj " |
337 | 337 | (shell-quote-argument "[cider/cider-nrepl \"0.39.1\"]") |
338 | 338 | " -- 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\"]") |
340 | 340 | " -- update-in :middleware conj cider.enrich-classpath.plugin-v2/middleware" |
341 | 341 | " -- repl :headless")))) |
342 | 342 |
|
|
0 commit comments