|
156 | 156 | " -- update-in :plugins conj "
|
157 | 157 | (shell-quote-argument "[cider/cider-nrepl \"0.47.0\"]")
|
158 | 158 | " -- update-in :plugins conj "
|
159 |
| - (shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.19.2\"]") |
| 159 | + (shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.19.3\"]") |
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.47.0\"]")
|
171 | 171 | " -- update-in :plugins conj "
|
172 |
| - (shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.19.2\"]") |
| 172 | + (shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.19.3\"]") |
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.47.0\"]")
|
183 | 183 | " -- update-in :plugins conj "
|
184 |
| - (shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.19.2\"]") |
| 184 | + (shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.19.3\"]") |
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.47.0\"]")
|
222 | 222 | " -- update-in :plugins conj "
|
223 |
| - (shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.19.2\"]") |
| 223 | + (shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.19.3\"]") |
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.47.0\"]")
|
257 | 257 | " -- update-in :plugins conj "
|
258 |
| - (shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.19.2\"]") |
| 258 | + (shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.19.3\"]") |
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.47.0")
|
327 |
| - ("mx.cider/lein-enrich-classpath" "1.19.2"))) |
| 327 | + ("mx.cider/lein-enrich-classpath" "1.19.3"))) |
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.47.0\"]")
|
338 | 338 | " -- update-in :plugins conj "
|
339 |
| - (shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.19.2\"]") |
| 339 | + (shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.19.3\"]") |
340 | 340 | " -- update-in :middleware conj cider.enrich-classpath.plugin-v2/middleware"
|
341 | 341 | " -- repl :headless"))))
|
342 | 342 |
|
|
0 commit comments