From 1e12a97c0171a43006b46f3d8e83ca6257d2a4a4 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Thu, 28 Mar 2024 19:26:12 +0100 Subject: [PATCH] [nop] Bump deps --- project.clj | 2 +- shadow-cljs.edn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 4d2308d..8945d18 100644 --- a/project.clj +++ b/project.clj @@ -8,7 +8,7 @@ :url "https://www.eclipse.org/legal/epl-v10.html"} :dependencies - [[com.taoensso/encore "3.98.0-RC8"]] + [[com.taoensso/encore "3.98.0-RC10"]] :test-paths ["test" #_"src"] diff --git a/shadow-cljs.edn b/shadow-cljs.edn index b6048f1..4f86e85 100644 --- a/shadow-cljs.edn +++ b/shadow-cljs.edn @@ -1,7 +1,7 @@ {;;:lein true :source-paths ["src" "test"] :dependencies - [[com.taoensso/encore "3.98.0-RC8"] + [[com.taoensso/encore "3.98.0-SNAPSHOT"] [cider/cider-nrepl "0.47.0"] [binaryage/devtools "1.0.7"]]