-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdeps.edn
20 lines (20 loc) · 1.29 KB
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{:aliases {:repl {:extra-deps {io.github.justone/cljdev {:sha "b1956efcbafb5e1b5e0fc9bfb5715c25e9efae5e"}}
:exec-fn cljdev.repl/start}
:clj {:extra-deps {;; Additional libs for clojure to match babashka includes
cheshire/cheshire {:mvn/version "5.10.0"}
org.clojure/tools.cli {:mvn/version "1.0.206"}
babashka/process {:mvn/version "0.4.16"}
babashka/fs {:mvn/version "0.2.15"}}
:extra-paths ["dev"]}
:test {:extra-paths ["test"]
:extra-deps {com.cognitect/test-runner {:git/url "https://github.com/cognitect-labs/test-runner.git"
:sha "209b64504cb3bd3b99ecfec7937b358a879f55c1"}
;; Additional testing libs for clojure to match babashka's superpowers
babashka/process {:mvn/version "0.4.16"}
babashka/fs {:mvn/version "0.2.15"}}
:main-opts ["-m" "cognitect.test-runner"]}}
:paths ["src"]
;; Keep these in sync with bb.edn
:deps {comb/comb {:mvn/version "0.1.1"}
doric/doric {:mvn/version "0.9.0"}
org.endot/scribe {:mvn/version "1.0.0"}}}