views/project.clj
Gered 93617a4857 update project.clj
i don't need a bunch of this stuff in this fork. no sense keeping it
around (can re-add later if need-be)
2016-05-21 19:27:47 -04:00

22 lines
782 B
Clojure

(defproject gered/views "1.5-SNAPSHOT"
:description "A view to the past helps navigate the future."
:url "https://github.com/gered/views"
:license {:name "MIT License"
:url "http://opensource.org/licenses/MIT"}
:dependencies [[org.clojure/tools.logging "0.3.1"]
[prismatic/plumbing "0.5.3"]
[pjstadig/humane-test-output "0.8.0"]]
:profiles {:provided
{:dependencies
[[org.clojure/clojure "1.8.0"]]}
:test
{:dependencies
[[pjstadig/humane-test-output "0.8.0"]]
:injections
[(require 'pjstadig.humane-test-output)
(pjstadig.humane-test-output/activate!)]}})