-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathdeps.edn
More file actions
11 lines (11 loc) · 752 Bytes
/
Copy pathdeps.edn
File metadata and controls
11 lines (11 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
{:paths ["src"]
:aliases {:test {:extra-paths ["test"]
:extra-deps {ring/ring-core {:mvn/version "1.9.5"}
javax.servlet/servlet-api {:mvn/version "2.5"}
funcool/promesa {:mvn/version "8.0.446"}
cheshire/cheshire {:mvn/version "5.10.2"}
com.cognitect/transit-clj {:mvn/version "0.8.319"}
http-kit/http-kit {:mvn/version "2.6.0"}
io.github.cognitect-labs/test-runner
{:git/tag "v0.5.0" :git/sha "48c3c67"}}
:exec-fn cognitect.test-runner.api/test}}}