humane-test-output/project.clj
2014-03-28 09:04:10 -04:00

6 lines
311 B
Clojure

(defproject pjstadig/humane-test-output "0.6.0"
:description "Humane test output for clojure.test"
:url "http://github.com/pjstadig/humane-test-output/"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.3.0"]])