The latest version of seesaw is 1.4.3.  Unfortunately there is a bug in
clojars with scp uploads that does not update the search index, so it is
showing an older version on the search page.

If you want seesaw 1.4.2 you can use  [seesaw "1.4.2" :exclusions
[org.clojure/clojure]].

If you are using lein 2.1.x you can use `lein deps :tree` and it should let
you know about any version ranges. They are usually the cause of dependency
issues like this.
On Apr 4, 2013 6:32 PM, "Mark Engelberg" <mark.engelb...@gmail.com> wrote:

> Right now, I'm experimenting with seesaw.  In Clojars, it appears the
> latest version is 1.4.2.
>
> When I include [seesaw "1.4.2"] in my project.clj file, then the REPL
> comes up as 1.3.0 (even though I explicitly define clojure 1.5.1 as a
> dependency in the project.clj file).  How do I make my preferred clojure
> version take precedence over whatever seesaw is requesting?
>
> Thanks,
>
> Mark
>
> --
> --
> 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