Nelson Morris <nmor...@nelsonmorris.net> writes:

Hi Nelson,

> The chain causing problems for you is:
>
> [clj-ns-browser "1.3.0"] -> [seesaw "1.4.2"] -> [j18n "1.0.1"] ->
> [org.clojure/clojure "[1.2,1.5)"]
>
> The last one there allows clojure below 1.5, which includes -RC17.  As
> soon as you bump to to 1.5 it ignores the "soft" version in your
> :dependencies, and chooses one in the range based on your other
> dependencies.

Ah, ok, so that's why clj 1.5.0 is out.  And when it has freedom to
choose between a range of versions, it chooses the oldest one?

That would explain why it selects 1.4.0 when I have ordered 1.3.2 as
dependency which itself requires clj 1.4.0, and why I get clj 1.3.0 if I
take out the dependency on ordered 1.3.2.

Bye,
Tassilo

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to