Skip to content

Commit

Permalink
Hotfix: fix broken Clojure 1.5 support, roll back dep upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Sep 30, 2015
1 parent fa8558b commit 69edc76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 69edc76

Please sign in to comment.