From cd8f04c17d2fae455cf8d622efff5d8f81836523 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Fri, 30 Jun 2023 09:57:58 +0200 Subject: [PATCH] [fix] [#369] Temporarily switch back to old Pretty release There's currently an upstream issue with new Pretty versions, Ref. https://github.com/clj-commons/pretty/issues/93 Until the issue can be fixed, Timbre will switch back to the last known-working version of Pretty. --- project.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 4342c036..93afc8a3 100644 --- a/project.clj +++ b/project.clj @@ -15,7 +15,8 @@ :dependencies [[com.taoensso/encore "3.49.0"] - [io.aviso/pretty "1.3"]] + [io.aviso/pretty "1.1.1"] ; Temporarily use old release, Ref. #369 + ] :plugins [[lein-pprint "1.3.2"]