-
Notifications
You must be signed in to change notification settings - Fork 0
/
deps.edn
41 lines (34 loc) · 2.36 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
36
37
38
39
40
41
{:paths ["src" "resources" "target/classes"]
:deps {cnuernber/dtype-next {:mvn/version "10.108"}
com.cnuernber/charred {:mvn/version "1.033"}
com.cnuernber/ham-fisted {:mvn/version "2.015"}
criterium/criterium {:mvn/version "0.4.6"}
io.replikativ/datahike {:mvn/version "0.6.1557"}
org.clojure/clojure {:mvn/version "1.11.1"}
org.roaringbitmap/RoaringBitmap {:mvn/version "0.9.0"}
techascent/tech.io {:mvn/version "4.31"}}
:aliases {:dev {:extra-deps {com.h2database/h2 {:mvn/version "2.1.214"}
hashp/hashp {:mvn/version "0.2.2"}
io.replikativ/datahike-jdbc {:mvn/version "0.3.47"}
techascent/tech.ml.dataset {:mvn/version "7.023"}}}
:test {:extra-paths ["test" "dev"]
:extra-deps {lambdaisland/kaocha {:mvn/version "1.64.1010"}
lambdaisland/kaocha-junit-xml {:mvn/version "1.17.101"}
scicloj/tablecloth {:mvn/version "7.021"}}}
:repl {:extra-deps {cider/cider-nrepl {:mvn/version "0.44.0"}
nrepl/nrepl {:mvn/version "1.0.0"}
org.clojure/tools.namespace {:mvn/version "1.3.0"}
refactor-nrepl/refactor-nrepl {:mvn/version "3.9.1"}}
:main-opts ["-e" "(set! *warn-on-reflection* true)" "-m" "nrepl.cmdline"
"--middleware" "[cider.nrepl/cider-middleware]"]}
:ffix {:extra-deps {cljfmt/cljfmt {:mvn/version "0.8.0"}}
:main-opts ["-m" "cljfmt.main" "fix"]}
:build {:deps {io.github.clojure/tools.build {:git/tag "v0.8.3" :git/sha "0d20256"}
slipset/deps-deploy {:mvn/version "0.2.0"}
borkdude/gh-release-artifact {:git/url "https://github.com/borkdude/gh-release-artifact"
:sha "cf082df46a648178d1904e9cbcb787d8136a35c6"}
babashka/babashka.curl {:mvn/version "0.1.2"}
babashka/fs {:mvn/version "0.1.6"}
cheshire/cheshire {:mvn/version "5.11.0"}}
:ns-default build}
:demo {:extra-paths ["dev"]}}}