From 10d2732f5a734e15840028803500f61f84a27a57 Mon Sep 17 00:00:00 2001 From: SouthFox Date: Tue, 29 Aug 2023 00:23:15 +0800 Subject: [PATCH] [chore] add hiccup package --- project.clj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/project.clj b/project.clj index ef06594..f02d58c 100644 --- a/project.clj +++ b/project.clj @@ -13,6 +13,7 @@ [http-kit "2.7.0"] [org.jsoup/jsoup "1.16.1"] [cheshire "5.11.0"] + [hiccup "2.0.0-RC1"] [org.slf4j/slf4j-nop "2.0.7"] [reagent/reagent "1.2.0"] @@ -33,6 +34,7 @@ [org.slf4j/slf4j-nop "2.0.7"] [org.babashka/http-client "0.4.14"] [org.jsoup/jsoup "1.16.1"] - [cheshire "5.11.0"]] + [cheshire "5.11.0"] + [hiccup "2.0.0-RC1"]] :aot :all}})