|
123 | 123 | " -- update-in :plugins conj "
|
124 | 124 | (shell-quote-argument "[cider/cider-nrepl \"0.10.0-SNAPSHOT\"]")
|
125 | 125 | " -- update-in :plugins conj "
|
126 |
| - (shell-quote-argument "[mx.cider/enrich-classpath \"1.5.0\"]") |
| 126 | + (shell-quote-argument "[mx.cider/enrich-classpath \"1.5.1\"]") |
127 | 127 | " -- update-in :middleware conj cider.enrich-classpath/middleware"
|
128 | 128 | " -- repl :headless")))
|
129 | 129 |
|
|
136 | 136 | " -- update-in :plugins conj "
|
137 | 137 | (shell-quote-argument "[cider/cider-nrepl \"0.10.0-SNAPSHOT\"]")
|
138 | 138 | " -- update-in :plugins conj "
|
139 |
| - (shell-quote-argument "[mx.cider/enrich-classpath \"1.5.0\"]") |
| 139 | + (shell-quote-argument "[mx.cider/enrich-classpath \"1.5.1\"]") |
140 | 140 | " -- update-in :middleware conj cider.enrich-classpath/middleware"
|
141 | 141 | " -- repl :headless")))
|
142 | 142 |
|
|
148 | 148 | " -- update-in :plugins conj "
|
149 | 149 | (shell-quote-argument "[cider/cider-nrepl \"0.10.0-SNAPSHOT\"]")
|
150 | 150 | " -- update-in :plugins conj "
|
151 |
| - (shell-quote-argument "[mx.cider/enrich-classpath \"1.5.0\"]") |
| 151 | + (shell-quote-argument "[mx.cider/enrich-classpath \"1.5.1\"]") |
152 | 152 | " -- update-in :middleware conj cider.enrich-classpath/middleware"
|
153 | 153 | " -- repl :headless")))
|
154 | 154 |
|
|
183 | 183 | " -- update-in :plugins conj "
|
184 | 184 | (shell-quote-argument "[cider/cider-nrepl \"0.11.0\"]")
|
185 | 185 | " -- update-in :plugins conj "
|
186 |
| - (shell-quote-argument "[mx.cider/enrich-classpath \"1.5.0\"]") |
| 186 | + (shell-quote-argument "[mx.cider/enrich-classpath \"1.5.1\"]") |
187 | 187 | " -- update-in :middleware conj cider.enrich-classpath/middleware"
|
188 | 188 | " -- repl :headless")))
|
189 | 189 |
|
|
216 | 216 | " -- update-in :plugins conj "
|
217 | 217 | (shell-quote-argument "[cider/cider-nrepl \"0.11.0\"]")
|
218 | 218 | " -- update-in :plugins conj "
|
219 |
| - (shell-quote-argument "[mx.cider/enrich-classpath \"1.5.0\"]") |
| 219 | + (shell-quote-argument "[mx.cider/enrich-classpath \"1.5.1\"]") |
220 | 220 | " -- update-in :middleware conj cider.enrich-classpath/middleware"
|
221 | 221 | " -- repl :headless")))
|
222 | 222 | (it "can concat in a boot project"
|
|
281 | 281 | (spy-on 'cider-jack-in-normalized-lein-plugins
|
282 | 282 | :and-return-value '(("refactor-nrepl" "2.0.0")
|
283 | 283 | ("cider/cider-nrepl" "0.11.0")
|
284 |
| - ("mx.cider/enrich-classpath" "1.5.0"))) |
| 284 | + ("mx.cider/enrich-classpath" "1.5.1"))) |
285 | 285 | (setq-local cider-jack-in-dependencies-exclusions '()))
|
286 | 286 | (it "uses them in a lein project"
|
287 | 287 | (expect (cider-inject-jack-in-dependencies "" "repl :headless" 'lein)
|
|
292 | 292 | " -- update-in :plugins conj "
|
293 | 293 | (shell-quote-argument "[cider/cider-nrepl \"0.11.0\"]")
|
294 | 294 | " -- update-in :plugins conj "
|
295 |
| - (shell-quote-argument "[mx.cider/enrich-classpath \"1.5.0\"]") |
| 295 | + (shell-quote-argument "[mx.cider/enrich-classpath \"1.5.1\"]") |
296 | 296 | " -- update-in :middleware conj cider.enrich-classpath/middleware"
|
297 | 297 | " -- repl :headless"))))
|
298 | 298 |
|
|
0 commit comments