Hotfix: fix broken Clojure 1.5 support, roll back dep upgrade

Ref. https://github.com/AvisoNovate/pretty/issues/35
This commit is contained in:
Peter Taoussanis 2015-09-30 16:59:51 +07:00
parent fa8558be98
commit 69edc76778
1 changed files with 2 additions and 1 deletions

View File

@ -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"]