-
Notifications
You must be signed in to change notification settings - Fork 21
/
deps.edn
14 lines (14 loc) · 829 Bytes
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{:deps {org.clojure/clojure {:mvn/version "1.9.0"}
cheshire/cheshire {:mvn/version "5.10.2"}
org.clojure/tools.logging {:mvn/version "1.2.4"}
java-http-clj/java-http-clj {:mvn/version "0.4.3"}
}
:paths ["src" "resources"]
:aliases
{:bb {:extra-deps {org.babashka/spec.alpha {:git/url "https://github.com/babashka/spec.alpha"
:git/sha "1a841c4cc1d4f6dab7505a98ed2d532dd9d56b78"}}}
:test {:extra-paths ["test"]
; This is a simplistic test runner but it’s sufficient for now.
:extra-deps {test-runner/test-runner {:git/url "https://github.com/cognitect-labs/test-runner"
:sha "209b64504cb3bd3b99ecfec7937b358a879f55c1"}}
:main-opts ["-m" "cognitect.test-runner"]}}}