-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdeps.edn
14 lines (13 loc) · 884 Bytes
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{:paths ["src"]
:deps {}
:aliases {:build {:extra-paths ["build"]
:ns-default build
:extra-deps {org.clj-commons/hickory {:mvn/version "0.7.3"}
org.clojure/clojure {:mvn/version "1.11.1"}
org.clojure/tools.build {:git/tag "v0.8.5"
:git/sha "9c738da"
:git/url "https://github.com/clojure/tools.build"}
org.corfield/build-clj {:git/tag "v0.8.5"
:git/sha "de693d0"
:git/url "https://github.com/seancorfield/build-clj"}
zprint/zprint {:mvn/version "1.2.4"}}}}}