clj-commons/tentacles

boot-test is not a runtime dependency

codahale opened this issue · 2 comments

Hello! First, thanks for taking over tentacles — I really appreciate you all stepping up.

Second, it looks like adzerk/boot-test snuck in as an accidental dependency: https://github.com/irresponsible/tentacles/blob/master/build.boot#L10. It's easy enough for me to exclude that, but it should probably be moved to a development dependency.

jjl commented

Thanks for the bug report. I've pushed a fix and @kentfredric will ship it as soon as he gets a chance.

Fixed in fcea76a

Thanks.