Make lein-midje work with leiningen 2.0.0
Closed this issue · 4 comments
AlexBaranosky commented
In preparation for the leiningen 2 release, lein-midje must be tweaked to work with 2.0.0 as well as to maintain backwards compatibility with 1.x
AlexBaranosky commented
@anttipoi this isn't working for me locally. I'm getting a lot of "Could not locate ...foo.. on classpath" errors.
sunng87 commented
I think this plugin should depend on midje. In lein2, there is no dev-dependencies, so there is no way to specify midje as a test scope dependency.
marick commented
We now have a 1.0.X branch of lein-midje that works with Leiningen 1. The 2.X branch works with Leiningen 2. Going forward, let's not worry about Leiningen 1.