-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeps.edn
28 lines (24 loc) · 949 Bytes
/
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
{:deps
{clj-http/clj-http {:mvn/version "3.10.3"}
cognician/dogstatsd-clj {:mvn/version "0.1.1"}
com.stuartsierra/component {:mvn/version "1.0.0"}
io.pedestal/pedestal.jetty {:mvn/version "0.5.8"}
io.pedestal/pedestal.log {:mvn/version "0.5.8"}
io.pedestal/pedestal.route {:mvn/version "0.5.8"}
io.pedestal/pedestal.service {:mvn/version "0.5.8"}
org.clojure/data.xml {:mvn/version "0.2.0-alpha6"}
org.slf4j/slf4j-simple {:mvn/version "1.7.28"}
metosin/jsonista {:mvn/version "0.2.7"}}
:paths
["src"]
:aliases
{:dev
{:extra-paths ["dev" "test"]}
:test
{:extra-paths ["test"]
:extra-deps {com.cognitect/test-runner
{:git/url "https://github.com/cognitect-labs/test-runner.git"
:sha "b6b3193fcc42659d7e46ecd1884a228993441182"}}
:main-opts ["-m" "cognitect.test-runner"]}
:serve
{:main-opts ["-m" "io.alda.api.main"]}}}