-
-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathdeps.edn
More file actions
27 lines (23 loc) · 1.04 KB
/
deps.edn
File metadata and controls
27 lines (23 loc) · 1.04 KB
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
{:deps
{org.clojure/clojure {:mvn/version "1.12.0"}
org.clojure/core.async {:mvn/version "1.8.741"}
org.elasticsearch.client/elasticsearch-rest-client {:mvn/version "9.2.1"}
org.elasticsearch.client/elasticsearch-rest-client-sniffer {:mvn/version "9.2.1"}
cc.qbits/commons {:mvn/version "1.0.0-alpha6"}
cheshire/cheshire {:mvn/version "6.1.0"}
ring/ring-codec {:mvn/version "1.3.0"}}
:paths ["src"]
:aliases
{:test {:extra-paths ["test"]
:extra-deps {eftest/eftest {:mvn/version "0.6.0"}
orchestra/orchestra {:mvn/version "2021.01.01-1"}}}
:build
{:deps {io.github.clojure/tools.build {:git/tag "v0.10.9" :git/sha "e405aac"}
io.github.slipset/deps-deploy {:git/sha "07022b92d768590ab25b9ceb619ef17d2922da9a"}}
:ns-default build}
:quickdoc
{:deps {org.babashka/cli {:mvn/version "0.4.36"}
io.github.borkdude/quickdoc
{:deps/root "jvm"
:git/sha "c5320cbe311b651a60b47f4d00d7e8ab63291b6e"}}
:main-opts ["-m" "babashka.cli.exec" "quickdoc.api" "quickdoc"]}}}