Hello Mark,
Please note that there are interesting enhancements in the Lein
support for Counterclockwise, in the beta version ( available via
http://ccw.cgrand.net/updatesite-betas software update site) :
- The keyboard shortcut "Alt+L L" pops up a generic "leininigen
prompt" for you project
- "R
I strongly recommend lein-pedantic to help with problems like this. On
large enough projects you can very easily get non-reproducible executions
depending on how lein resolves conflicting dependencies.
https://github.com/xeqi/lein-pedantic
On Thursday, April 4, 2013 7:32:04 PM UTC-4, puzzler
Thanks everyone!
--
--
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
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
The latest Seesaw version on Clojars is 1.4.3. It addresses the Clojure
dependency issue.
Cheers,
Dave
On Thu, Apr 4, 2013 at 4:40 PM, Jim - FooBar(); wrote:
> [ghostandthemachine/seesaw "1.4.3-SNAPSHOT" :exclusions [
> org.clojure/clojure]]
>
> Jim
>
> ps: maybe the actual coordinate for cloj
[ghostandthemachine/seesaw"1.4.3-SNAPSHOT":exclusions[org.clojure/clojure]]
Jim
ps: maybe the actual coordinate for clojure is wrong but I can
On 05/04/13 00:32, Mark Engelberg wrote:
Right now, I'm experimenting with seesaw. In Clojars, it appears the
latest version is 1.4.2.
When I inclu
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 preferre