-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdeps.edn
More file actions
executable file
·16 lines (16 loc) · 897 Bytes
/
deps.edn
File metadata and controls
executable file
·16 lines (16 loc) · 897 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{:paths ["src" "test" "dev"]
:deps {org.clojure/clojure {:mvn/version "1.11.1"}
org.clojure/clojurescript {:mvn/version "1.11.60"}
com.google.javascript/closure-compiler-unshaded {:mvn/version "v20221102"}
org.clojure/math.combinatorics {:mvn/version "0.3.0"}
com.taoensso/timbre {:mvn/version "4.10.0"}
quil/quil {:mvn/version "4.0.0-SNAPSHOT"}
com.gfredericks/exact {:mvn/version "0.1.11"}
org.clojure/tools.namespace {:mvn/version "1.3.0"}
table/table {:mvn/version "0.5.0"}
org.clojure/data.json {:mvn/version "2.4.0"}}
:aliases {:test {:extra-paths ["test"]
:extra-deps {io.github.cognitect-labs/test-runner
{:git/tag "v0.5.1" :git/sha "dfb30dd"}}
:main-opts ["-m" "cognitect.test-runner"]
:exec-fn cognitect.test-runner.api/test}}}