summaryrefslogtreecommitdiff
path: root/home/deps.edn
blob: 5a4bbd0e1407132b45d3b44722823591abf1bb09 (plain)
1
2
3
4
5
6
7
{:paths ["" "src" "resources"]
 :deps {org.clojure/clojure {:mvn/version "1.12.0"}
        io.github.borkdude/html {:mvn/version "0.2.2"}
        missionary/missionary {:mvn/version "b.46"}
        zprint/zprint {:mvn/version "1.3.0"}}
 :aliases {:dev {:extra-paths ["dev"]
                 :extra-deps {ring/ring-jetty-adapter {:mvn/version "1.14.1"}}}}}