-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeps.edn
15 lines (15 loc) · 949 Bytes
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{:paths ["src"]
:deps {org.clojars.askonomm/ruuter {:mvn/version "1.3.3"}
com.github.seancorfield/next.jdbc {:mvn/version "1.3.847"}
org.xerial/sqlite-jdbc {:mvn/version "3.41.0.0"}
cheshire/cheshire {:mvn/version "5.11.0"}
http-kit/http-kit {:mvn/version "2.6.0"}}
:aliases {:test {:extra-paths ["test"]
:extra-deps {io.github.cognitect-labs/test-runner {:git/tag "v0.5.1" :git/sha "dfb30dd"}}
:main-opts ["-m" "cognitect.test-runner"]
:exec-fn cognitect.test-runner.api/test}
:build {:deps {io.github.clojure/tools.build {:git/tag "v0.9.3" :git/sha "e537cd1"}}
:ns-default build}
:nrepl {:extra-deps {nrepl/nrepl {:mvn/version "RELEASE"}
cider/cider-nrepl {:mvn/version "RELEASE"}}
:main-opts ["-m" "nrepl.cmdline" "--middleware" "[cider.nrepl/cider-middleware]"]}}}