2016-05-06 22:07:43 -04:00
|
|
|
(defproject kirasystems/views "1.4.9-SNAPSHOT"
|
2015-01-18 18:13:50 -05:00
|
|
|
:description "A view to the past helps navigate the future."
|
2014-06-06 06:58:08 -04:00
|
|
|
|
2015-04-21 01:26:49 -04:00
|
|
|
:url "https://github.com/kirasystems/views"
|
2014-06-06 06:58:08 -04:00
|
|
|
|
2015-04-21 01:26:49 -04:00
|
|
|
:license {:name "MIT License"
|
|
|
|
:url "http://opensource.org/licenses/MIT"}
|
2014-06-06 06:58:08 -04:00
|
|
|
|
2016-05-05 20:41:34 -04:00
|
|
|
:repositories [["releases" {:url "https://clojars.org/repo"
|
|
|
|
:sign-releases false
|
|
|
|
:username :env
|
|
|
|
:password :env}]]
|
|
|
|
|
2015-04-21 01:26:49 -04:00
|
|
|
:dependencies [[org.clojure/tools.logging "0.3.1"]
|
2015-05-13 15:24:17 -04:00
|
|
|
[clj-logging-config "1.9.12"]
|
2016-05-06 21:44:58 -04:00
|
|
|
[prismatic/plumbing "0.5.3"]
|
|
|
|
[pjstadig/humane-test-output "0.8.0"]
|
|
|
|
[environ "1.0.3"]]
|
2014-06-06 06:58:08 -04:00
|
|
|
|
2015-07-08 18:31:49 -04:00
|
|
|
:profiles {:dev {:dependencies [[org.clojure/clojure "1.7.0"]]}
|
2016-05-06 21:44:58 -04:00
|
|
|
:test {:dependencies [[org.clojure/tools.nrepl "0.2.12"]
|
2014-06-24 06:22:39 -04:00
|
|
|
[org.clojure/data.generators "0.1.2"]]
|
|
|
|
|
|
|
|
:injections [(require 'pjstadig.humane-test-output)
|
|
|
|
(pjstadig.humane-test-output/activate!)]}}
|
2014-06-06 06:58:08 -04:00
|
|
|
|
2016-05-06 21:44:58 -04:00
|
|
|
:plugins [[lein-ancient "0.6.10"]
|
|
|
|
[lein-environ "1.0.3"]]
|
2016-05-05 21:54:37 -04:00
|
|
|
|
|
|
|
:release-tasks [["vcs" "assert-committed"]
|
|
|
|
["change" "version" "leiningen.release/bump-version" "release"]
|
|
|
|
["vcs" "commit"]
|
2016-05-05 21:56:41 -04:00
|
|
|
["vcs" "tag" "--no-sign"]
|
2016-05-05 21:54:37 -04:00
|
|
|
["change" "version" "leiningen.release/bump-version"]
|
|
|
|
["vcs" "commit"]
|
|
|
|
["vcs" "push"]])
|