mirror of https://github.com/status-im/timbre.git
Hotfix: fix broken Clojure 1.5 support, roll back dep upgrade
Ref. https://github.com/AvisoNovate/pretty/issues/35
This commit is contained in:
parent
fa8558be98
commit
69edc76778
|
@ -13,7 +13,8 @@
|
|||
:dependencies
|
||||
[[org.clojure/clojure "1.5.1"]
|
||||
[com.taoensso/encore "2.18.0"]
|
||||
[io.aviso/pretty "0.1.19"]]
|
||||
;; Version 0.1.18+ breaks Clojure 1.5 support, Ref. https://goo.gl/5xqVHH:
|
||||
[io.aviso/pretty "0.1.17"]]
|
||||
|
||||
:plugins
|
||||
[[lein-pprint "1.1.2"]
|
||||
|
|
Loading…
Reference in New Issue