-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
deps.edn
31 lines (27 loc) · 986 Bytes
/
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
{:paths ["src"]
:deps {funcool/beicon2
{:git/tag "v2.0"
:git/sha "e7135e0"
:git/url "https://github.com/funcool/beicon.git"}
funcool/okulary {:mvn/version "2022.04.11-16"}}
:aliases
{:dev
{:extra-deps
{com.bhauman/rebel-readline-cljs {:mvn/version "RELEASE"}
com.bhauman/rebel-readline {:mvn/version "RELEASE"}
thheller/shadow-cljs {:mvn/version "RELEASE"}}
:extra-paths ["test" "dev"]}
:outdated
{:extra-deps {com.github.liquidz/antq {:mvn/version "RELEASE"}
org.slf4j/slf4j-nop {:mvn/version "RELEASE"}}
:main-opts ["-m" "antq.core"]}
:shadow-cljs
{:main-opts ["-m" "shadow.cljs.devtools.cli"]}
:codox
{:extra-deps
{codox/codox {:mvn/version "RELEASE"}
org.clojure/tools.reader {:mvn/version "RELEASE"}
codox-theme-rdash/codox-theme-rdash {:mvn/version "RELEASE"}}}
:build
{:extra-deps {io.github.clojure/tools.build {:git/tag "v0.8.3" :git/sha "0d20256"}}
:ns-default build}}}