-
Notifications
You must be signed in to change notification settings - Fork 0
/
deps.edn
14 lines (14 loc) · 904 Bytes
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{:paths ["src" "resources"]
:deps {lilactown/helix {:git/url "https://github.com/lilactown/helix"
:git/sha "32178efcdc38b1e94a01212220018d74f90859d6"}
town.lilac/flex {:git/url "https://github.com/lilactown/flex"
:git/sha "afa6491ace9015577ffa9245086f945825a93633"}
metosin/reitit-malli {:mvn/version "0.7.2"}
metosin/reitit-frontend {:mvn/version "0.7.2"}
funcool/promesa {:mvn/version "11.0.678"}
lambdaisland/fetch {:mvn/version "1.5.83"}
applied-science/js-interop {:mvn/version "0.4.2"}}
:aliases {:dev {:extra-paths ["dev" "test"]
:extra-deps {nubank/matcher-combinators {:mvn/version "3.9.1"}
thheller/shadow-cljs {:mvn/version "2.28.18"}
cider/cider-nrepl {:mvn/version "0.50.2"}}}}}