mirror of https://github.com/status-im/timbre.git
project.clj: minimize possible dependency conflicts
This commit is contained in:
parent
2d12f9c63b
commit
ec4f608b5a
12
project.clj
12
project.clj
|
@ -11,8 +11,8 @@
|
||||||
*assert* true}
|
*assert* true}
|
||||||
:dependencies
|
:dependencies
|
||||||
[[org.clojure/clojure "1.4.0"]
|
[[org.clojure/clojure "1.4.0"]
|
||||||
[io.aviso/pretty "0.1.8"]
|
[com.taoensso/encore "0.8.0"]
|
||||||
[com.taoensso/encore "0.8.0"]]
|
[io.aviso/pretty "0.1.8"]]
|
||||||
|
|
||||||
:test-paths ["test" "src"]
|
:test-paths ["test" "src"]
|
||||||
:profiles
|
:profiles
|
||||||
|
@ -29,10 +29,10 @@
|
||||||
[:1.6 :test
|
[:1.6 :test
|
||||||
{:jvm-opts ^:replace ["-server"]
|
{:jvm-opts ^:replace ["-server"]
|
||||||
:hooks []
|
:hooks []
|
||||||
:dependencies [[com.draines/postal "1.11.1"]
|
:dependencies [[com.taoensso/nippy "2.5.2"]
|
||||||
[org.clojure/tools.logging "0.2.6"]
|
[com.taoensso/carmine "2.4.6"]
|
||||||
[com.taoensso/nippy "2.5.2"]
|
[com.draines/postal "1.11.1"]
|
||||||
[com.taoensso/carmine "2.4.6"]]
|
[org.clojure/tools.logging "0.2.6"]]
|
||||||
:plugins []}]}
|
:plugins []}]}
|
||||||
|
|
||||||
:plugins [[lein-ancient "0.5.4"]
|
:plugins [[lein-ancient "0.5.4"]
|
||||||
|
|
Loading…
Reference in New Issue