-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathdeps.edn
More file actions
30 lines (23 loc) · 847 Bytes
/
deps.edn
File metadata and controls
30 lines (23 loc) · 847 Bytes
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
{:paths ["src" "resources"]
:deps {}
:aliases
{:dev
{:extra-deps {com.bhauman/figwheel-main {:mvn/version "0.2.18"}}}
;; Before Closure logging API changes
:cljs764
{org.clojure/clojurescript {:mvn/version "1.10.764"}}
;; After Closure logging API changes
:cljs844
{org.clojure/clojurescript {:mvn/version "1.10.844"}}
;; After more Closure logging API changes
:cljs896
{org.clojure/clojurescript {:mvn/version "1.10.896"}}
:cljs-latest
{org.clojure/clojurescript {:mvn/version "RELEASE"}}
:test
{:extra-paths ["test"]
:extra-deps {lambdaisland/kaocha {:mvn/version "1.71.1119"}
com.lambdaisland/kaocha-cljs {:mvn/version "1.4.130"}
lambdaisland/kaocha-junit-xml {:mvn/version "RELEASE"}}}
:pedestal
{:extra-deps {io.pedestal/pedestal.log {:mvn/version "0.5.10"}}}}}