requiring more standard libraries
[ixm-repl.git] / project.clj
blobdea7547be6a1bb1ceab4b817359dd6129e6afc72
1 (defproject ixm-repl "1.0.0-SNAPSHOT"
2   :url "http://repo.or.cz/w/ixm-repl.git"
3   :description "Interact with a tribe of IXM through a Clojure repl"
4   :dependencies [[org.clojure/clojure "1.1.0"]
5                  [org.clojure/clojure-contrib "1.0-SNAPSHOT"]]
6   :dev-dependencies [[leiningen/lein-swank "1.2.0-SNAPSHOT"]])