From 62f87d6e28eef30ecf1e611cb8902fe5a9b86bc4 Mon Sep 17 00:00:00 2001 From: Daniel Leong Date: Sun, 27 Oct 2024 15:49:41 -0400 Subject: [PATCH] Revert garden migration for now Tests are failing. And, of course, `lein figwheel` doesn't work on apple arm so need to figure out a way to get a test environment running to figure out what's going on... --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index a296197..c1c121b 100644 --- a/project.clj +++ b/project.clj @@ -8,7 +8,7 @@ :dependencies [[org.clojure/clojure "1.10.0"] [org.clojure/clojurescript "1.10.520"] - [com.lambdaisland/garden "1.5.569"] + [garden "1.3.10"] [net.cgrand/macrovich "0.2.1"]] :plugins [[lein-figwheel "0.5.19"]