Guys, I need to thank you both. Now it works:
:dependencies [
[org.clojure/clojure "1.4.0"]
[colorize "0.1.1" :exclusions [org.clojure/clojure]]
[noir-cljs "0.3.0"]
[jayq "0.1.0-alpha1"]
[fetch "0.1.0-alpha2"]
On May 5, 2012, at 7:38 PM, Rostislav Svoboda wrote:
> My guess is that any of the dependencies I defined in my project.clj contains
>:dependencies [[org.clojure/clojure "1.3.0"] ... ]
> so it overrides my [org.clojure/clojure "1.4.0"]
If you have Leiningen 2, you can find the culprit like t
Rostislav Svoboda:
> My guess is that any of the dependencies I defined in my project.clj contains
>:dependencies [[org.clojure/clojure "1.3.0"] ... ]
> so it overrides my [org.clojure/clojure "1.4.0"]
You can exclude org.clojure/clojure for your dependencies:
https://github.com/michaelklish
On 6 May 2012 01:37, Kurt Harriger wrote:
> When i first upgraded to clojure 1.4 i had a similar issue with lein not
> downloading updated dependencies. It tirned out to be an invalid version
> range dependency spec in midje that caused it to fail silently. Perhaps try
> removing all other depe
On May 5, 2012, at 6:37 PM, Kurt Harriger wrote:
> When i first upgraded to clojure 1.4 i had a similar issue with lein not
> downloading updated dependencies. It tirned out to be an invalid version
> range dependency spec in midje that caused it to fail silently. Perhaps try
> removing all ot
When i first upgraded to clojure 1.4 i had a similar issue with lein not
downloading updated dependencies. It tirned out to be an invalid version range
dependency spec in midje that caused it to fail silently. Perhaps try removing
all other dependencies first and try again.
--
You received th
Hi, my project.clj contains
:dependencies [[org.clojure/clojure "1.4.0"]
[noir-cljs "0.3.0"]
[jayq "0.1.0-alpha1"]
[fetch "0.1.0-alpha2"]
[crate "0.1.0-alpha3"]
[noir "1.3.0-beta2"]]
but 'lein deps' does not do