Hi, my project.clj contains
:dependencies [[org.clojure/clojure "1.4.0"]
[noir-cljs "0.3.0"]
[jayq "0.1.0-alpha1"]
[fetch "0.1.0-alpha2"]
[crate "0.1.0-alpha3"]
[noir "1.3.0-beta2"]]
but 'lein deps' does not download any clojure-1.4.0.jar only
clojure-1.3.0.jar and clojure-1.2.1.jar
$ cd ~/.m2/repository/org/clojure/clojure/
$ find . -name clojure*
./1.3.0-alpha5/clojure-1.3.0-alpha5.pom
./1.3.0-alpha5/clojure-1.3.0-alpha5.pom.sha1
./1.2.0/clojure-1.2.0.pom
./1.2.0/clojure-1.2.0.pom.sha1
./1.3.0/clojure-1.3.0.jar.sha1
./1.3.0/clojure-1.3.0.jar
./1.3.0/clojure-1.3.0.pom
./1.3.0/clojure-1.3.0.pom.sha1
./1.4.0/clojure-1.4.0.pom
./1.4.0/clojure-1.4.0.pom.sha1
./1.2.1/clojure-1.2.1.pom.sha1
./1.2.1/clojure-1.2.1.pom
./1.2.1/clojure-1.2.1.jar
does anyone know what am I missing? I tried both:
Leiningen 2.0.0-preview3
Leiningen 1.7.1
thx
Bost
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en