Skip to content

Commit

Permalink
fix: add hiccup server dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Akeboshiwind committed Mar 8, 2024
1 parent 92ea314 commit 5f96efd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
integrant/integrant {:mvn/version "0.8.1"}
org.clojure/core.match {:mvn/version "1.0.1"}

;; SSR
hiccup/hiccup {:mvn/version "1.0.5"}

;; Logging
ch.qos.logback/logback-classic {:mvn/version "1.4.5"}
org.clojure/tools.logging {:mvn/version "1.2.4"}}
Expand Down

0 comments on commit 5f96efd

Please sign in to comment.