Skip to content

Commit 16c8811

Browse files
Merge pull request #1 from daveyarwood/exclude-transitive-clj-dep
Use boot's -x option to exclude transitive org.clojure/clojure version dependency
2 parents fc747aa + d1c87d7 commit 16c8811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/jack_in.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function! s:RunRepl(cmd)
99
endfunction
1010

1111
function! jack_in#boot(...)
12-
let l:boot_string = 'boot -i "(require ''cider.tasks)"'
12+
let l:boot_string = 'boot -x -i "(require ''cider.tasks)"'
1313
for [dep, inj] in items(g:jack_in_injections)
1414
let l:boot_string .= printf(' -d %s:%s', dep, inj['version'])
1515
endfor

0 commit comments

Comments
 (0)