This repository has been archived by the owner on Nov 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathdeps.edn
47 lines (40 loc) · 2.72 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
42
43
44
45
46
47
{:deps {org.clojure/clojure {:mvn/version "1.11.1"}
io.replikativ/datahike {:mvn/version "0.5.1506"}
buddy/buddy-auth {:mvn/version "3.0.323"}
ring/ring-core {:mvn/version "1.9.5"}
ring/ring-jetty-adapter {:mvn/version "1.9.5"}
metosin/reitit {:mvn/version "0.5.18"}
ring-cors/ring-cors {:mvn/version "0.1.13"}
com.taoensso/timbre {:mvn/version "5.2.1"}
environ/environ {:mvn/version "1.2.0"}
mount/mount {:mvn/version "0.1.16"}
metosin/spec-tools {:mvn/version "0.10.5"}}
:paths ["src/clj"]
:aliases {:kaocha {:extra-paths ["test"]
:extra-deps {clj-http/clj-http {:mvn/version "3.12.3"}
lambdaisland/kaocha {:mvn/version "1.68.1059"}}
:main-opts ["-m" "kaocha.runner"]
:exec-fn kaocha.runner/exec-fn
:exec-args {}}
:dev {:extra-paths ["env/dev"]
:extra-deps {org.clojure/tools.namespace {:mvn/version "1.2.0"}
clj-http/clj-http {:mvn/version "3.12.3"}}}
:test {:extra-paths ["test"]
:extra-deps {clj-http/clj-http {:mvn/version "3.12.3"}
org.clojure/test.check {:mvn/version "1.1.1"}
lambdaisland/kaocha {:mvn/version "1.68.1059"}}}
:repl {:extra-deps {cider/cider-nrepl {:mvn/version "0.28.5"}
nrepl/nrepl {:mvn/version "0.9.0"}
org.clojure/tools.namespace {:mvn/version "1.3.0"}}
:main-opts ["-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.2" :git/sha "ba1a2bf"}
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"}
com.google.cloud.tools/jib-core {:mvn/version "0.21.0"}}
:ns-default build}}}