humane-test-output/project.clj
2014-03-26 21:12:02 -04:00

6 lines
320 B
Clojure

(defproject pjstadig/humane-test-output "0.1.0-SNAPSHOT"
: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"]])