-
Notifications
You must be signed in to change notification settings - Fork 0
/
deps.edn
36 lines (27 loc) · 1.2 KB
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{:paths ["src" "resources"]
:deps {
io.github.kunagi/kunagi-utils {:git/sha "a4b4163f167610bee0c7cd5f3a123db5ec82ea7b", :git/tag "v0.1.61"}
;; io.github.kunagi/kunagi-build {:git/sha "79bf7fc4e252d62cdbe013471103c4a73f3320dd"}
;; io.github.kunagi/kunagi-build {:local/root "../kunagi-build"}
;;
;; https://github.com/lilactown/helix
lilactown/helix {:mvn/version "0.2.0"}
;; https://github.com/clj-commons/camel-snake-kebab
camel-snake-kebab/camel-snake-kebab {:mvn/version "0.4.3"}
}
:aliases
{ ;; Run with clj -T:build <function-in-build>
:build {:paths ["src"]
:deps { ;;
;; io.github.kunagi/kunagi-build {:git/sha "79bf7fc4e252d62cdbe013471103c4a73f3320dd"}
io.github.kunagi/kunagi-build {:local/root "/p/kunagi-build"}
;; io.github.clojure/tools.build {:git/tag "v0.8.1" :git/sha "7d40500"}
;;
}
:ns-default build}
:test {:extra-deps {
;; https://github.com/lambdaisland/kaocha
lambdaisland/kaocha {:mvn/version "1.66.1034"}}
:main-opts ["-m" "kaocha.runner"]}
;;
}}