-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
deps.edn
28 lines (26 loc) · 1.25 KB
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{:deps {}
:aliases
{:neil {:project {:name org.babashka/http-client
:version "0.4.21"}}
:clj-1.10 {:extra-deps {org.clojure/clojure {:mvn/version "1.10.3"}}}
:clj-1.11 {:extra-deps {org.clojure/clojure {:mvn/version "1.11.4"}}}
:clj-1.12 {:extra-deps {org.clojure/clojure {:mvn/version "1.12.0-rc1"}}}
:repl {:extra-deps {cheshire/cheshire {:mvn/version "5.11.0"}
io.github.borkdude/deflet {:mvn/version "0.1.0"}
babashka/fs {:mvn/version "0.2.16"}}
:extra-paths ["dev"]}
:test ;; added by neil
{:extra-paths ["dev" "test"]
:extra-deps {cheshire/cheshire {:mvn/version "5.11.0"}
io.github.cognitect-labs/test-runner
{:git/tag "v0.5.0" :git/sha "b3fd0d2"}
http-kit/http-kit {:mvn/version "2.6.0"}
babashka/fs {:mvn/version "0.2.16"}
io.github.borkdude/deflet {:mvn/version "0.1.0"}}
: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.6" :git/sha "8e78bcc"}
slipset/deps-deploy {:mvn/version "0.2.0"}}
:ns-default build}
:dev {:extra-deps {hato/hato {:mvn/version "0.9.0"}}}}}