clj-http-server-template/deps.edn

14 lines
635 B
Plaintext

{:paths ["src" "resources"]
:deps {org.clojure/clojure {:mvn/version "1.12.0"}
com.github.seancorfield/clj-new {:mvn/version "1.3.415"}}
:aliases
{:clj-new {:exec-fn clj-new/create
:exec-args {:template "http-server-template"}}
:build {:deps {io.github.clojure/tools.build {:mvn/version "0.10.5"}
slipset/deps-deploy {:mvn/version "0.2.2"}}
:ns-default build}
:test {:extra-paths ["test"]
:extra-deps {org.clojure/test.check {:mvn/version "1.1.1"}
io.github.cognitect-labs/test-runner
{:git/tag "v0.5.1" :git/sha "dfb30dd"}}}}}