|
124 | 124 | " -- update-in :plugins conj "
|
125 | 125 | (shell-quote-argument "[cider/cider-nrepl \"0.28.1\"]")
|
126 | 126 | " -- update-in :plugins conj "
|
127 |
| - (shell-quote-argument "[mx.cider/enrich-classpath \"1.8.0\"]") |
| 127 | + (shell-quote-argument "[mx.cider/enrich-classpath \"1.9.0\"]") |
128 | 128 | " -- update-in :middleware conj cider.enrich-classpath/middleware"
|
129 | 129 | " -- repl :headless")))
|
130 | 130 |
|
|
137 | 137 | " -- update-in :plugins conj "
|
138 | 138 | (shell-quote-argument "[cider/cider-nrepl \"0.28.1\"]")
|
139 | 139 | " -- update-in :plugins conj "
|
140 |
| - (shell-quote-argument "[mx.cider/enrich-classpath \"1.8.0\"]") |
| 140 | + (shell-quote-argument "[mx.cider/enrich-classpath \"1.9.0\"]") |
141 | 141 | " -- update-in :middleware conj cider.enrich-classpath/middleware"
|
142 | 142 | " -- repl :headless")))
|
143 | 143 |
|
|
149 | 149 | " -- update-in :plugins conj "
|
150 | 150 | (shell-quote-argument "[cider/cider-nrepl \"0.28.1\"]")
|
151 | 151 | " -- update-in :plugins conj "
|
152 |
| - (shell-quote-argument "[mx.cider/enrich-classpath \"1.8.0\"]") |
| 152 | + (shell-quote-argument "[mx.cider/enrich-classpath \"1.9.0\"]") |
153 | 153 | " -- update-in :middleware conj cider.enrich-classpath/middleware"
|
154 | 154 | " -- repl :headless")))
|
155 | 155 |
|
|
185 | 185 | " -- update-in :plugins conj "
|
186 | 186 | (shell-quote-argument "[cider/cider-nrepl \"0.28.1\"]")
|
187 | 187 | " -- update-in :plugins conj "
|
188 |
| - (shell-quote-argument "[mx.cider/enrich-classpath \"1.8.0\"]") |
| 188 | + (shell-quote-argument "[mx.cider/enrich-classpath \"1.9.0\"]") |
189 | 189 | " -- update-in :middleware conj cider.enrich-classpath/middleware"
|
190 | 190 | " -- repl :headless")))
|
191 | 191 |
|
|
219 | 219 | " -- update-in :plugins conj "
|
220 | 220 | (shell-quote-argument "[cider/cider-nrepl \"0.28.1\"]")
|
221 | 221 | " -- update-in :plugins conj "
|
222 |
| - (shell-quote-argument "[mx.cider/enrich-classpath \"1.8.0\"]") |
| 222 | + (shell-quote-argument "[mx.cider/enrich-classpath \"1.9.0\"]") |
223 | 223 | " -- update-in :middleware conj cider.enrich-classpath/middleware"
|
224 | 224 | " -- repl :headless")))
|
225 | 225 | (it "can concat in a boot project"
|
|
285 | 285 | (spy-on 'cider-jack-in-normalized-lein-plugins
|
286 | 286 | :and-return-value '(("refactor-nrepl" "2.0.0")
|
287 | 287 | ("cider/cider-nrepl" "0.28.1")
|
288 |
| - ("mx.cider/enrich-classpath" "1.8.0"))) |
| 288 | + ("mx.cider/enrich-classpath" "1.9.0"))) |
289 | 289 | (setq-local cider-jack-in-dependencies-exclusions '())
|
290 | 290 | (setq-local cider-enrich-classpath t))
|
291 | 291 | (it "uses them in a lein project"
|
|
297 | 297 | " -- update-in :plugins conj "
|
298 | 298 | (shell-quote-argument "[cider/cider-nrepl \"0.28.1\"]")
|
299 | 299 | " -- update-in :plugins conj "
|
300 |
| - (shell-quote-argument "[mx.cider/enrich-classpath \"1.8.0\"]") |
| 300 | + (shell-quote-argument "[mx.cider/enrich-classpath \"1.9.0\"]") |
301 | 301 | " -- update-in :middleware conj cider.enrich-classpath/middleware"
|
302 | 302 | " -- repl :headless"))))
|
303 | 303 |
|
|
0 commit comments