-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeps.edn
17 lines (17 loc) · 807 Bytes
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{:paths ["src" "resources"]
:deps {org.clojure/clojure {:mvn/version "1.11.1"}
net.clojars.fr33m0nk/clj-bucket4j {:mvn/version "0.1.4"}
com.rpl/proxy-plus {:mvn/version "0.0.9"}}
:aliases
{:dev {:extra-deps {com.datomic/peer {:mvn/version "1.0.6733"}
com.taoensso/timbre {:mvn/version "6.1.0"}
com.fzakaria/slf4j-timbre {:mvn/version "0.3.21"}}}
:test
{:extra-paths ["test"]
:extra-deps {org.clojure/test.check {:mvn/version "1.1.1"}
io.github.cognitect-labs/test-runner
{:git/tag "v0.5.1" :git/sha "dfb30dd"}}}
:build {:deps {io.github.clojure/tools.build
{:git/tag "v0.9.2" :git/sha "fe6b140"}
slipset/deps-deploy {:mvn/version "0.2.0"}}
:ns-default build}}}