From 80feb8203961fc79e3da0256a1bf42e454d6d133 Mon Sep 17 00:00:00 2001 From: erik Date: Thu, 15 Jun 2023 15:18:25 +0200 Subject: [PATCH] Update deps --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index eb8beeb..8e6eb79 100644 --- a/project.clj +++ b/project.clj @@ -11,7 +11,7 @@ [metosin/muuntaja "0.6.8"] [metosin/reitit "0.5.18"] ;; Outgoing HTTP - [hato/hato "0.9.0"]] + [hato "0.9.0"]] :main ^:skip-aot activity-pub-poc.core :target-path "target/%s" :profiles {:uberjar {:aot :all}})