diff --git a/project.clj b/project.clj index 7e27dd5..5b04bc3 100644 --- a/project.clj +++ b/project.clj @@ -13,7 +13,8 @@ (exoscale/coax "1.0.0-alpha10") [mcorbin/corbihttp "0.10.0"] [org.clojure/clojure "1.10.2"] - [org.clojure/core.cache "1.0.207"]] + [org.clojure/core.cache "1.0.207"] + [spootnik/signal "0.2.4"]] :main ^:skip-aot commentator.core :target-path "target/%s" :source-paths ["src"]