-
Notifications
You must be signed in to change notification settings - Fork 3
/
deps.edn
18 lines (14 loc) · 1.01 KB
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{:paths [:clj-paths :resource-paths]
:deps {org.clojure/clojure {:mvn/version "1.11.1"}
org.clojure/test.check {:mvn/version "1.1.1"}
io.cucumber/cucumber-java {:mvn/version "7.18.1"}}
:aliases {:clj-paths ["src"]
:resource-paths ["resources"]
:test {:extra-paths ["test"]
:extra-deps {camel-snake-kebab/camel-snake-kebab {:mvn/version "0.4.3"}
io.github.cognitect-labs/test-runner {:git/tag "v0.5.1" :git/sha "dfb30dd"}
org.clojure/data.json {:mvn/version "2.4.0"}
org.clojure/test.check {:mvn/version "1.1.1"}}}
:build {:deps {io.github.clojure/tools.build {:git/tag "v0.10.4" :git/sha "31388ff"}
slipset/deps-deploy {:mvn/version "0.2.0"}}
:ns-default build}}}