forked from kiranshila/Doplarr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
deps.edn
23 lines (20 loc) · 1.02 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
{:paths ["src" "resources"]
:deps {org.clojure/clojure {:mvn/version "1.11.1"}
io.aviso/pretty {:mvn/version "1.1.1"}
org.clojure/core.cache {:mvn/version "1.0.225"}
yogthos/config {:mvn/version "1.2.0"}
com.rpl/specter {:mvn/version "1.1.4"}
org.suskalo/discljord {:git/url "https://github.com/kiranshila/discljord"
:git/sha "b66cdbed645ff052dd5f18361a0a7722a4860304"}
expound/expound {:mvn/version "0.9.0"}
org.clojure/core.async {:mvn/version "1.5.648"}
cheshire/cheshire {:mvn/version "5.11.0"}
fmnoise/flow {:mvn/version "4.2.1"}
hato/hato {:mvn/version "0.8.2"}
com.taoensso/timbre {:mvn/version "5.2.1"}
camel-snake-kebab/camel-snake-kebab {:mvn/version "0.4.3"}}
:jvm-opts ["-Dconfig=config.edn"]
:aliases {:build {:extra-paths ["build"]
:deps {io.github.seancorfield/build-clj
{:git/tag "v0.8.3" :git/sha "7ac1f8d"}}
:ns-default build}}}