-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathdeps.edn
More file actions
20 lines (17 loc) · 940 Bytes
/
deps.edn
File metadata and controls
20 lines (17 loc) · 940 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{:deps
{org.clojure/clojure {:mvn/version "1.12.4"}
org.clojure/math.combinatorics {:mvn/version "0.3.2"}
org.clojure/core.async {:mvn/version "1.9.865"}
com.gfredericks/test.chuck {:git/url "https://github.com/gfredericks/test.chuck"
:git/sha "ab5c11b013d3526e587dd53a860fa651b3e8a5a7"}}
:paths ["src" "resources"]
:aliases
{:build-images {:exec-fn docker-clojure.core/run
:exec-args {:cmd :build-images
:parallelization 2}}
:test {:extra-paths ["test"]
:extra-deps {lambdaisland/kaocha {:mvn/version "1.91.1392"}
orchestra/orchestra {:mvn/version "2021.01.01-1"}
org.clojure/test.check {:mvn/version "1.1.3"}}
:exec-fn docker-clojure.fix-kaocha/run-tests
:exec-args {}}}}