From 78446941377454f63b8f43c72419bea4826a9750 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Fri, 30 Jun 2023 17:26:37 +0200 Subject: [PATCH] [fix] Broken Graal support --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index cdbaff2a..8ecf764a 100644 --- a/project.clj +++ b/project.clj @@ -14,7 +14,7 @@ *unchecked-math* false #_:warn-on-boxed} :dependencies - [[com.taoensso/encore "3.59.0"] + [[com.taoensso/encore "3.60.0"] [io.aviso/pretty "1.1.1"] ; Temporarily use old release, Ref. #369 ]