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/michaelklishin/monger/blob/master/project.clj#L23

I try to do it for most of http://clojurewerkz.org projects to not worry about 
something
dragging Clojure 1.2 in, for example (all those projects are 1.3+).

MK

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to