-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeps.edn
More file actions
16 lines (16 loc) · 939 Bytes
/
deps.edn
File metadata and controls
16 lines (16 loc) · 939 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{:deps {org.clojure/clojure {:mvn/version "1.10.1"}
uncomplicate/neanderthal {:mvn/version "0.25.3"}
org.clojure/java.classpath {:mvn/version "0.3.0"}
org.clojure/tools.namespace {:mvn/version "0.2.10"}
com.cognitect/rebl {:local/root "resources/REBL-0.9.218.jar"}}
:aliases
{:rebl
{:extra-deps
{org.clojure/core.async {:mvn/version "0.4.490"}
org.openjfx/javafx-fxml {:mvn/version "11.0.1"}
org.openjfx/javafx-controls {:mvn/version "11.0.1"}
org.openjfx/javafx-swing {:mvn/version "11.0.1"}
org.openjfx/javafx-base {:mvn/version "11.0.1"}
org.openjfx/javafx-web {:mvn/version "11.0.1"}}
:jvm-opts ["--add-opens=java.base/jdk.internal.ref=ALL-UNNAMED"]
:main-opts ["-m" "cognitect.rebl"]}}}