-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeps.edn
More file actions
34 lines (30 loc) · 1.26 KB
/
deps.edn
File metadata and controls
34 lines (30 loc) · 1.26 KB
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
30
31
32
33
34
{: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.62.0"}
hato/hato {:mvn/version "1.0.0"}
org.clojure/data.csv {:mvn/version "1.1.0"}}
:jvm-opts ["-XX:+UseZGC"
"--enable-native-access=ALL-UNNAMED"
"-XX:MaxRAMPercentage=50"]}}
:jvm-opts ["-XX:+UseZGC"
"--enable-native-access=ALL-UNNAMED"
"-XX:MaxRAMPercentage=75"]
:deps
{ch.qos.logback/logback-classic {:mvn/version "1.5.0"}
org.clojure/clojure {:mvn/version "1.12.0"}
io.github.clingen-data-model/genegraph-framework
{:git/sha "80f49887646a208069a624bbf9f06ea37815d8db"}
}}