generated from FiV0/clj-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
deps.edn
32 lines (29 loc) · 1.65 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
30
31
32
{:paths ["src" "resources"]
:deps
{org.clojure/clojure {:mvn/version "1.11.0"}
com.github.seancorfield/next.jdbc {:mvn/version "1.2.772"}
org.xerial/sqlite-jdbc {:mvn/version "3.36.0.3"}
com.xtdb/xtdb-core {:mvn/version "1.21.0-beta3"}
com.xtdb/xtdb-rocksdb {:mvn/version "1.21.0-beta3"}}
:aliases
{:dev
{:extra-paths ["dev"]
:extra-deps {org.clojure/tools.namespace {:mvn/version "1.1.0"}
com.lambdaisland/classpath {:mvn/version "0.0.27"}}}
:rebl
{:extra-deps {nrepl/nrepl {:mvn/version "0.8.3"}
cider/cider-nrepl {:mvn/version "0.27.4"}
;; com.cognitect/rebl {:mvn/version "0.9.245"}
com.cognitect/rebl {:mvn/version "0.9.244"}
rickmoynihan/nrebl.middleware {:mvn/version "0.3.1"}
org.openjfx/javafx-fxml {:mvn/version "11.0.1"}
org.openjfx/javafx-controls {:mvn/version "11.0.1"}
org.openjfx/javafx-graphics {:mvn/version "11.0.1"}
org.openjfx/javafx-media {: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"}}
:main-opts ["-m" "nrepl.cmdline" "-i" "--middleware" "[nrebl.middleware/wrap-nrebl cider.nrepl/cider-middleware]"]}}
:mvn/repos
{"central" {:url "https://repo1.maven.org/maven2/"}
"clojars" {:url "https://clojars.org/repo"}}}