From ffa4b494b3c52c50d3806ff2068d7d4445352ea4 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Mon, 13 Feb 2017 17:00:56 +0100 Subject: [PATCH] Bump deps --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 7cc8831..b622d49 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.88.0"] + [com.taoensso/encore "2.89.0"] [org.iq80.snappy/snappy "0.4"] [org.tukaani/xz "1.6"] [net.jpountz.lz4/lz4 "1.3"]] @@ -36,7 +36,7 @@ {:plugins [[lein-pprint "1.1.2"] [lein-ancient "0.6.10"] - [lein-codox "0.10.2"]]}]} + [lein-codox "0.10.3"]]}]} :test-paths ["test" "src"]