-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathdeps.edn
20 lines (20 loc) · 1.05 KB
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{: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"}
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"}}
:aliases {:main {:main-opts ["-m" "docker.main"]}
:build {:ns-default build
:deps {io.github.clojure/tools.build {:git/tag "v0.9.5" :git/sha "24f2894"}}}}}