-
Notifications
You must be signed in to change notification settings - Fork 1
/
deps.edn
35 lines (34 loc) · 1.71 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
33
34
35
{:paths ["src" "resources"]
:deps {org.clojure/clojure {:mvn/version "1.11.1"}
io.replikativ/datahike {:mvn/version "0.6.1592"}
clj-python/libpython-clj {:mvn/version "2.025"}
morse/morse {:mvn/version "0.4.3"}
io.replikativ/kabel {:mvn/version "0.2.2"}
http-kit/http-kit {:mvn/version "2.7.0"}
metosin/reitit {:mvn/version "0.7.0-alpha7"}
io.github.nextjournal/markdown {:mvn/version "0.5.148"}
hiccup/hiccup {:mvn/version "2.0.0-RC3"}
org.clj-commons/hickory {:mvn/version "0.7.4"}
ring/ring-jetty-adapter {:mvn/version "1.12.0"}
etaoin/etaoin {:mvn/version "1.1.41"}
pdfboxing/pdfboxing {:mvn/version "0.1.14"}
remus/remus {:mvn/version "0.2.4"}
nrepl/nrepl {:mvn/version "1.1.1"}
cider/cider-nrepl {:mvn/version "0.47.1"}
;; exploratory
missionary/missionary {:mvn/version "b.34"}
io.github.jbellis/jvector {:mvn/version "3.0.2"}
pangloss/pattern {:git/url "https://github.com/pangloss/pattern"
:sha #_"affc7f3ac907f5b98de6638574a741e4693f1648"
"93fb43e3223bbcfe08c4e37414709021d8a99604"}
anglican/anglican {:mvn/version "1.1.0"}}
:jvm-opts ["-Xmx1g" "--add-modules jdk.incubator.vector"]
:aliases
{:run {:main-opts ["-m" "is.simm.simmis" "--middleware" "[cider.nrepl/cider-middleware]"]}
:build {:deps {io.github.clojure/tools.build
{:mvn/version "0.9.6"}}
:ns-default build}
:test {:extra-paths ["test"]
:extra-deps {org.clojure/test.check {:mvn/version "1.1.1"}
io.github.cognitect-labs/test-runner
{:git/tag "v0.5.1" :git/sha "dfb30dd"}}}}}