2016-05-21 19:27:47 -04:00
|
|
|
(defproject gered/views "1.5-SNAPSHOT"
|
|
|
|
:description "A view to the past helps navigate the future."
|
|
|
|
:url "https://github.com/gered/views"
|
2014-06-06 06:58:08 -04:00
|
|
|
|
2016-05-21 19:27:47 -04:00
|
|
|
:license {:name "MIT License"
|
|
|
|
:url "http://opensource.org/licenses/MIT"}
|
2016-05-05 20:41:34 -04:00
|
|
|
|
2015-04-21 01:26:49 -04:00
|
|
|
:dependencies [[org.clojure/tools.logging "0.3.1"]
|
2016-05-21 19:45:39 -04:00
|
|
|
[prismatic/plumbing "0.5.3"]]
|
2014-06-06 06:58:08 -04:00
|
|
|
|
2016-05-21 19:27:47 -04:00
|
|
|
:profiles {:provided
|
|
|
|
{:dependencies
|
|
|
|
[[org.clojure/clojure "1.8.0"]]}
|
2016-05-05 21:54:37 -04:00
|
|
|
|
2016-05-21 19:27:47 -04:00
|
|
|
:test
|
|
|
|
{:dependencies
|
|
|
|
[[pjstadig/humane-test-output "0.8.0"]]
|
|
|
|
:injections
|
|
|
|
[(require 'pjstadig.humane-test-output)
|
|
|
|
(pjstadig.humane-test-output/activate!)]}})
|