Depend on reply directly rather than using the default profile.

Fixes #616.
This commit is contained in:
Phil Hagelberg 2012-06-01 10:47:25 -07:00
parent 71781a83f3
commit 3ac16dfee2
2 changed files with 2 additions and 2 deletions

View file

@ -131,8 +131,7 @@
"Profiles get merged into the project map. The :dev and :user
profiles are active by default."
(atom {:default {:resource-paths ["dev-resources"]
:plugins [['lein-newnew "0.3.1"]
['reply "0.1.0-beta8"]]
:plugins [['lein-newnew "0.3.1"]]
:jvm-opts ["-XX:+TieredCompilation"]
:checkout-deps-shares [:source-paths
:resource-paths

View file

@ -10,6 +10,7 @@
[clucy "0.2.3"]
[org.clojure/data.xml "0.0.3"]
[bultitude "0.1.5"]
[reply "0.1.0-beta8"]
[clj-http "0.4.2"]]
;; checkout-deps don't work with :eval-in :leiningen
:profiles {:dev {:resource-paths ["leiningen-core/dev-resources"]