-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdeps.edn
24 lines (21 loc) · 944 Bytes
/
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
24
{:aliases
{:repl
{:extra-paths ["dev"]
:extra-deps {io.github.justone/cljdev {:git/sha "e3acb0fefcb3d97b70f4ef26c9064b18c73daa28"}}
:main-opts ["-m" "cljdev.repl"]
:exec-fn cljdev.repl/start}
:test
{:extra-paths ["dev" "test"]
:extra-deps {lambdaisland/kaocha {:mvn/version "1.0.632"}}
:main-opts ["-m" "kaocha.runner"]}}
:deps
{org.clojure/clojure {:mvn/version "1.11.1"}
org.clojure/tools.cli {:mvn/version "1.0.194"}
com.taoensso/nippy {:mvn/version "3.2.0"}
com.github.clj-easy/graal-build-time {:mvn/version "0.1.4"}
io.github.clj-easy/graal-config-nippy {:git/url "https://github.com/clj-easy/graal-config"
:git/sha "0dc2862e1b1c9871eef4c306ef77da3610a2bd93"
:deps/root "config/com.taoensso/nippy"}
io.github.justone/bb-pod-racer {:git/sha "7d7784a72324bf7e8ae0cca9ebc93dde24d92fb9"}
}
:paths ["src" "resources"]}