-
Notifications
You must be signed in to change notification settings - Fork 0
/
deps.edn
29 lines (25 loc) · 1.26 KB
/
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
25
26
27
28
29
{:mvn/repos
{"central"
{:url "https://repo1.maven.org/maven2/"}
"clojars"
{:url "https://repo.clojars.org/"}}
:paths ["src" "resources" "config"]
: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}
:build {:deps {io.github.clojure/tools.build {:git/tag "v0.9.6"
:git/sha "8e78bcc"}}
:ns-default build}
:dev {:extra-deps {djblue/portal {:mvn/version "0.56.0"}}
:jvm-opts ["-agentpath:/Applications/YourKit-Java-Profiler-2024.3.app/Contents/Resources/bin/mac/libyjpagent.dylib=disablestacktelemetry,exceptions=disable,delay=10000"
"-XX:+UseZGC" "-XX:+ZGenerational" "-XX:MaxRAMPercentage=50"]}}
:jvm-opts ["-XX:+UseZGC" "-XX:+ZGenerational" "-XX:MaxRAMPercentage=75"]
:deps
{ch.qos.logback/logback-classic {:mvn/version "1.5.0"}
org.clojure/clojure {:mvn/version "1.11.2"}
io.github.clingen-data-model/genegraph-framework {:git/tag "0.1-alpha.29"
:git/sha "5f72f54"}
}}