From cb5693fcd56dceabb6d0fc5f4a5b1b632b2fde35 Mon Sep 17 00:00:00 2001 From: Wojtek Franke Date: Tue, 29 Sep 2020 16:40:03 +0200 Subject: [PATCH] Update timbre to latest version To prevent https://github.com/ptaoussanis/timbre/issues/263 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 10d86e2..2a24822 100644 --- a/project.clj +++ b/project.clj @@ -3,7 +3,7 @@ :dependencies [[aleph "0.4.6"] [bidi "2.1.6"] - [com.taoensso/timbre "4.10.0"] + [com.taoensso/timbre "5.0.1"] [environ "1.1.0"] [io.prometheus/simpleclient_hotspot "0.5.0"] [org.clojure/clojure "1.10.1"]