leiningen/leiningen-core/project.clj
Nelson Morris d7c335cee7 Update pomegranate version
This allows most lein v1 repository options to work.
Still need to re-add user auth from config file.
2012-01-22 22:41:47 -06:00

9 lines
No EOL
431 B
Clojure

(defproject leiningen-core "2.0.0-SNAPSHOT"
:url "https://github.com/technomancy/leiningen"
:license {:name "Eclipse Public License"}
:description "Library for core functionality of Leiningen."
:dependencies [[org.clojure/clojure "1.3.0"]
[classlojure "0.6.5"]
[robert/hooke "1.1.2"]
[com.cemerick/pomegranate "0.0.3"
:exclusions [org.slf4j/slf4j-api]]])