-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathdeps.edn
24 lines (24 loc) · 1.33 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
{:paths ["src" "dev"]
:deps {org.clojure/clojure {:mvn/version "1.11.4"}
org.clojure/core.match {:mvn/version "1.1.0"}
clj-commons/clj-yaml {:mvn/version "1.0.28"}
pogonos/pogonos {:mvn/version "0.2.1"}
dev.weavejester/medley {:mvn/version "1.8.0"}
io.replikativ/hasch {:mvn/version "0.3.94"
:exclusions [org.clojure/clojurescript]}
babashka/fs {:mvn/version "0.5.22"}
babashka/process {:mvn/version "0.5.22"}
babashka/babashka.curl {:mvn/version "0.1.2"}
selmer/selmer {:mvn/version "1.12.61"}
cheshire/cheshire {:mvn/version "5.13.0"}
org.clojure/core.async {:mvn/version "1.6.681"}
org.babashka/http-client {:mvn/version "0.4.12"}
com.taoensso/timbre {:mvn/version "5.2.1"}
io.github.slimslenderslacks/lsp4clj {:git/sha "04390f9b1dcf0946dff335b48951617bc6bf6a9d"}
funcool/promesa {:mvn/version "9.0.470"}
borkdude/dynaload {:mvn/version "0.3.5"}}
:aliases {:main {:main-opts ["-m" "docker.main"]}
:build {:ns-default build
:deps {io.github.clojure/tools.build {:git/tag "v0.10.8" :git/sha "2fdfd66bc3e8e78fde810515c9b8e7e21f638949"}}}
:main-repl {:main-opts ["-m" "docker.main"]
:extra-deps {cider/cider-nrepl {:mvn/version "0.47.1"}}}}}