Aug 16, 8:03 pm, Alan <a...@malloys.org> wrote:
>
> $ cat project.clj
> (defproject ddsolve "1.0.0-SNAPSHOT"
>   :description "FIXME: write"
>   :dependencies [[org.clojure/clojure "1.2.0"]
>                  [org.clojure/clojure-contrib "1.2.0"]]
>   :dev-dependencies [[swank-clojure "1.2.0"]])

You're doing everything right - its just Clojure 1.2 hasn't been
released yet. I'm currently using RC3 within Leiningen without any
problems:

[org.clojure/clojure "1.2.0-RC3"]
[org.clojure/clojure-contrib "1.2.0-RC3"]


Saul

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