-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdeps.edn
More file actions
20 lines (20 loc) · 1007 Bytes
/
deps.edn
File metadata and controls
20 lines (20 loc) · 1007 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{:paths ["src" "resources"]
:deps {org.clojure/clojure {:mvn/version "1.12.0"}
org.suskalo/coffi
{:git/url "https://github.com/IGJoshua/coffi"
:git/sha "03d74aedecfc7b38238f1cf8b676c1f7a00e1788"}
org.clojure/core.cache {:mvn/version "1.1.234"}
io.github.tonsky/fast-edn {:mvn/version "1.1.3"}}
:aliases {:dev {:extra-paths ["dev" "test"]
:jvm-opts
["--enable-native-access=ALL-UNNAMED"
"-Duser.timezone=UTC"
"-XX:+UseZGC"
"-XX:+ZGenerational"
"-Djdk.attach.allowAttachSelf"
"-XX:+EnableDynamicAgentLoading"]
:extra-deps
{com.clojure-goes-fast/clj-async-profiler
{:mvn/version "1.6.2"}}}
:kaocha {:extra-deps {lambdaisland/kaocha {:mvn/version "1.91.1392"}}
:main-opts ["-m" "kaocha.runner"]}}}