I'll push a new release of seesaw this weekend to isolate the issue.
It seems like a clj-ns-browser release with the new seesaw version
would then be appropriate.

Nelson pointed this issue out to me a while ago, but 1.5 seemed so far
off at the time. Sorry about the pain.

Dave

On Sat, Mar 2, 2013 at 2:17 PM, Frank Siebenlist
<frank.siebenl...@gmail.com> wrote:
>> ...
>> 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.
>>
>> You should just need the :exclusion in clj-ns-browser.
>>
>> -
>> Nelson Morris
>
> As i'm responsible for the clj-ns-browser release...
> And although the dependency issue seems another 2 levels down, can i specify 
> anything differently in my project file to prevent this?
>
> Or is this a bug in leiningen's dependency resolution?
>
> Or both...
>
> Regards, Frank.
>
> --
> --
> 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.
>
>

-- 
-- 
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