-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeps.edn
More file actions
21 lines (21 loc) · 844 Bytes
/
deps.edn
File metadata and controls
21 lines (21 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{:paths ["src" "resources"]
:deps
{org.clojure/clojure #:mvn{:version "1.11.1"}
org.clojure/test.check {:mvn/version "1.1.1"}
provisdom/spectomic {:mvn/version "1.0.78"}
cljfx/cljfx {:mvn/version "1.7.20"}
cljfx/css {:mvn/version "1.1.0"}
io.replikativ/datahike {:mvn/version "0.5.1504"}
com.rpl/specter {:mvn/version "1.1.4"}
org.kordamp.bootstrapfx/bootstrapfx-core {:mvn/version "0.4.0"}
org.clojure/data.xml {:mvn/version "0.2.0-alpha6"}}
:aliases
{:main {:main-opts ["-m" "herlsf.core"]
:jvm-opts ["-Djdk.gtk.version=2"]}
:uberjar {:replace-deps {com.github.seancorfield/depstar {:mvn/version "2.1.303"}}
:exec-fn hf.depstar/uberjar
:exec-args {:aot false
:jar "herlsf.jar"
:main-class herlsf.core}}
:dev {:extra-paths ["test"]}
}}