renaming `log' to `do-log' to avoid naming conflicts
[ixm-repl.git] / project.clj
blobd18d3c42d41e0537dbc46aab16828f8f74e1a62f
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-alpha-SNAPSHOT"]
5                  [org.clojure/clojure-contrib "1.0-SNAPSHOT"]]
6   :dev-dependencies [[leiningen/lein-swank "1.0.0-SNAPSHOT"]])