I just manage to get the lazytest facility of lein-midje I used with lein1
back with lein2 :
(defproject hands-on "0.1.0-SNAPSHOT"
:repositories {"stuart" "http://stuartsierra.com/maven2"}
:dependencies [[org.clojure/clojure "1.4.0"]
[midje "1.4.0"]
[com.stuartsierra/lazytest "1.2.3"]]
:plugins [[lein-midje "2.0.0-SNAPSHOT"]])
My question is with the lazy-test dependency. Do I really have to put it as
a project dependency ?
It doesn't seem to be on the lein-midje path when puting it in the
dev-dependencies..
Also, can someone point me to a ~/lein/profiles.clj sample or a complete
lein2 documentation ?
Thank you !
--
Cédric
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en