Hi,
When I do a this:
~/tmp$ lein new test
Generating a project called test based on the 'default' template.
To see other templates (app, lein plugin, etc), try `lein help new`.
~/tmp$ cd test/
~/tmp/test$ lein deps
~/tmp/test$ ls
doc project.clj README.md src target test
~/tmp/test$
it doesn't seem to download any jar files from clojars (or elsewhere).
When I run my leiningen 1 script I do get the jars downloaded.
I am running on Ubuntu (10.04) with the IBM JDK:
~/tmp/test$ lein version
Leiningen 2.0.0-preview8 on Java 1.6.0 IBM J9 VM
If you need anymore information please let me know.
Thomas