-
Notifications
You must be signed in to change notification settings - Fork 0
/
deps.edn
27 lines (27 loc) · 1.51 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
{:paths ["examples" "resources"]
:aliases
{:dev {:extra-paths ["dev" "test"]
:jvm-opts ["-Djdk.attach.allowAttachSelf" ]
:extra-deps {com.clojure-goes-fast/clj-memory-meter {:mvn/version "0.1.3"}
cider/orchard {:mvn/version "0.7.3"}
djblue/portal {:mvn/version "0.19.2"}
reagent/reagent {:mvn/version "1.1.0"}
aerial.hanami/aerial.hanami {:mvn/version "0.15.1"}
io.github.nextjournal/clerk {:mvn/version "0.3.233"}
borkdude/edamame {:mvn/version "0.0.19"}
clj-http/clj-http {:mvn/version "3.11.0"}}}
:dec2021 {:deps {io.github.nextjournal/clerk {:mvn/version "0.3.233"}
scicloj/Clojuratica
{:git/url "https://github.com/scicloj/Clojuratica"
:sha "0e81b99d64104d5752abbb30736fc2201e73c91a"}}
:extra-paths ["dec2021"]}
:jan2022 {:deps {io.github.nextjournal/clerk {:mvn/version "0.3.233"}
scicloj/Clojuratica
{:git/url "https://github.com/scicloj/Clojuratica"
:sha "0e81b99d64104d5752abbb30736fc2201e73c91a"}}
:extra-paths ["jan2022"]}
:feb2022 {:deps {io.github.nextjournal/clerk {:mvn/version "0.3.233"}
scicloj/Clojuratica
{:git/url "https://github.com/scicloj/Clojuratica"
:sha "e2f6fbc62a3146781a9837f5567f1d38ba8b80a0"}}
:extra-paths ["feb2022"]}}}