-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdeps.edn
24 lines (22 loc) · 1.34 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
{:deps {org.clojure/clojure {:mvn/version "1.12.0"}
org.clojure/core.match {:mvn/version "1.1.0"}
com.taoensso/timbre {:mvn/version "6.5.0"}
org.slf4j/slf4j-simple {:mvn/version "2.0.16"}
cheshire/cheshire {:mvn/version "5.13.0"}
http-kit/http-kit {:mvn/version "2.8.0"}
jarohen/chime {:mvn/version "0.3.3"}
aero/aero {:mvn/version "1.1.6"}
failjure/failjure {:mvn/version "2.3.0"}}
:paths ["src" "resources"]
:aliases {:format {:extra-deps {cljfmt/cljfmt {:mvn/version "0.9.2"}}
:main-opts ["-m" "cljfmt.main" "check"]}
:ffix {:extra-deps {cljfmt/cljfmt {:mvn/version "0.9.2"}}
:main-opts ["-m" "cljfmt.main" "fix"]}
:build {:deps {io.github.clojure/tools.build {:git/tag "v0.7.5" :git/sha "2526f58"}
borkdude/gh-release-artifact {:git/url "https://github.com/borkdude/gh-release-artifact"
:sha "b3f5b4ddfa7600191da176a752f161a91f0b8f9c"}
babashka/babashka.curl {:mvn/version "0.1.2"}
babashka/fs {:mvn/version "0.1.11"}
com.google.cloud.tools/jib-core {:mvn/version "0.20.0"}
cheshire/cheshire {:mvn/version "5.11.0"}}
:ns-default build}}}