From d1c0fb6ddd30a9f7dbe64c9595df734fd14e129a Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Thu, 25 Feb 2016 18:47:17 +0700 Subject: [PATCH] Bump deps --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index a96ae27c..8a1557f4 100644 --- a/project.clj +++ b/project.clj @@ -15,7 +15,7 @@ :dependencies [[org.clojure/clojure "1.5.1"] [org.clojure/tools.reader "0.10.0"] - [com.taoensso/encore "2.32.0"] + [com.taoensso/encore "2.36.1"] [org.iq80.snappy/snappy "0.4"] [org.tukaani/xz "1.5"] [net.jpountz.lz4/lz4 "1.3"]] @@ -35,7 +35,7 @@ {:plugins [[lein-pprint "1.1.2"] [lein-ancient "0.6.8"] - [lein-codox "0.9.1"]]}]} + [lein-codox "0.9.4"]]}]} :test-paths ["test" "src"]