Updated dependencies and bumped version
This commit is contained in:
parent
ed56474e6e
commit
a23447f813
13
project.clj
13
project.clj
|
@ -1,4 +1,4 @@
|
|||
(defproject views "1.4.0-SNAPSHOT"
|
||||
(defproject views "1.4.1-SNAPSHOT"
|
||||
:description "A view to the past helps navigate the future."
|
||||
|
||||
:url "https://github.com/kirasystems/views"
|
||||
|
@ -7,17 +7,18 @@
|
|||
:url "http://opensource.org/licenses/MIT"}
|
||||
|
||||
:dependencies [[org.clojure/tools.logging "0.3.1"]
|
||||
[clj-logging-config "1.9.10"]
|
||||
[prismatic/plumbing "0.3.5"]
|
||||
[pjstadig/humane-test-output "0.6.0"]
|
||||
[clj-logging-config "1.9.12"]
|
||||
[prismatic/plumbing "0.4.3"]
|
||||
[pjstadig/humane-test-output "0.7.0"]
|
||||
[environ "1.0.0"]]
|
||||
|
||||
:profiles {:dev {:dependencies [[org.clojure/clojure "1.6.0"]]}
|
||||
:test {:dependencies [[org.clojure/tools.nrepl "0.2.3"]
|
||||
:test {:dependencies [[org.clojure/tools.nrepl "0.2.10"]
|
||||
[environ "1.0.0"]
|
||||
[org.clojure/data.generators "0.1.2"]]
|
||||
|
||||
:injections [(require 'pjstadig.humane-test-output)
|
||||
(pjstadig.humane-test-output/activate!)]}}
|
||||
|
||||
:plugins [[lein-environ "0.4.0"]])
|
||||
:plugins [[lein-ancient "0.6.7"]
|
||||
[lein-environ "0.4.0"]])
|
||||
|
|
Loading…
Reference in a new issue