From ebdfd5876bef66118b2d3cce0b7ee0ecbc4ca7e1 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Thu, 1 Oct 2020 20:00:19 +0200 Subject: [PATCH] Bump deps --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 2dd9f7c4..9bda4f92 100644 --- a/project.clj +++ b/project.clj @@ -11,7 +11,7 @@ *assert* true} :dependencies - [[com.taoensso/encore "3.1.0"] + [[com.taoensso/encore "3.4.0"] [io.aviso/pretty "0.1.37"]] :plugins @@ -56,7 +56,7 @@ [[org.clojure/test.check "1.1.0"] [org.clojure/tools.logging "1.1.0"] [com.taoensso/nippy "3.0.0"] - [com.taoensso/carmine "2.20.0" + [com.taoensso/carmine "3.0.0" :exclusions [com.taoensso/timbre]] [com.draines/postal "2.0.3"]]}}