-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
deps.edn
20 lines (19 loc) · 823 Bytes
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{:deps {babashka/fs {:mvn/version "0.1.11"}
org.babashka/cli {:mvn/version "0.5.40"}
borkdude/edamame {:mvn/version "1.0.0"}
org.clojure/tools.build {:mvn/version "0.9.2"}
org.flatland/ordered {:mvn/version "1.15.10"}}
:tools/usage {:ns-default lein2deps.api}
:aliases
{:neil {:project {:name io.github.borkdude/lein2deps
:version "0.1.1"}}
:test ;; added by neil
{:extra-paths ["test"]
:extra-deps {io.github.cognitect-labs/test-runner
{:git/tag "v0.5.0" :git/sha "b3fd0d2"}}
:main-opts ["-m" "cognitect.test-runner"]
:exec-fn cognitect.test-runner.api/test}
:build ;; added by neil
{:deps {io.github.clojure/tools.build {:git/tag "v0.9.2" :git/sha "fe6b140"}
slipset/deps-deploy {:mvn/version "0.2.0"}}
:ns-default build}}}