-
Notifications
You must be signed in to change notification settings - Fork 0
/
deps.edn
27 lines (18 loc) · 917 Bytes
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{:paths ["src" "resources"]
:deps {org.clojure/clojure {:mvn/version "1.11.1"}
camel-snake-kebab/camel-snake-kebab {:mvn/version "0.4.3"}
cheshire/cheshire {:mvn/version "5.10.2"}
org.clj-commons/clj-http-lite {:mvn/version "1.0.13"}
org.clojure/clojurescript {:mvn/version "1.10.773"}
cljs-ajax/cljs-ajax {:mvn/version "0.8.4"}
day8.re-frame/http-fx {:mvn/version "0.2.4"}}
:aliases
{:build {:extra-paths ["src" "build"]
:deps {io.github.seancorfield/build-clj
{:git/tag "v0.8.2" :git/sha "0ffdb4c"}}
: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.0" :git/sha "48c3c67"}}}
:cljs {:extra-deps {org.clojure/clojurescript {:mvn/version "1.10.773"}}}}}