-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdeps.edn
45 lines (45 loc) · 2 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{:paths ["src"]
:deps {org.clojure/clojure {:mvn/version "1.12.0"}
babashka/fs {:mvn/version "0.5.23"}
com.cognitect.aws/api {:mvn/version "0.8.711"}
com.cognitect.aws/cloudformation {:mvn/version "869.2.1687.0"}
com.cognitect.aws/ec2 {:mvn/version "869.2.1687.0"}
com.cognitect.aws/endpoints {:mvn/version "1.1.12.772"}
com.cognitect.aws/route53 {:mvn/version "869.2.1687.0"}
com.cognitect.aws/s3 {:mvn/version "869.2.1687.0"}
com.cognitect.aws/ssm {:mvn/version "869.2.1687.0"}
com.rpl/specter {:mvn/version "1.1.4"}
io.github.clojure/tools.build {:mvn/version "0.10.6"}
medley/medley {:mvn/version "1.4.0"}
org.clojure/data.csv {:mvn/version "1.1.0"}
org.clojure/data.json {:mvn/version "2.5.1"}
org.clojure/tools.logging {:mvn/version "1.3.0"}
party.donut/system {:mvn/version "1.0.255"
:exclusions [tailrecursion/cljs-priority-map]}}
:aliases
{:antq
{:deps
{com.github.liquidz/antq {:mvn/version "2.11.1250"}
org.slf4j/slf4j-nop {:mvn/version "2.0.16"}}
:main-opts ["-m" "antq.core"]}
:build
{:deps {io.github.seancorfield/build-clj
{:git/tag "v0.9.2" :git/sha "9c9f078"}}
:ns-default build}
:clj-watson
{:replace-deps
{io.github.clj-holmes/clj-watson
{:git/tag "v6.0.0" :git/sha "cb02879"}}
:main-opts ["-m" "clj-watson.cli" "scan" "-s" "-p" "deps.edn"]}
:test
{:extra-deps
{ch.qos.logback/logback-classic {:mvn/version "1.5.12"}
; Used by malli.generator/-re-gen
com.gfredericks/test.chuck {:mvn/version "0.2.14"}
hashp/hashp {:mvn/version "0.2.2"}
lambdaisland/kaocha {:git/url "https://github.com/insilica/kaocha.git"
:sha "811d37448e10b52e78dd2ef6ba95535e59f6bbda"}
lambdaisland/kaocha-cloverage {:mvn/version "1.1.89"}
org.slf4j/slf4j-api {:mvn/version "2.0.16"}}
:extra-paths ["test"]
:jvm-opts ["-Dclojure.tools.logging.factory=clojure.tools.logging.impl/slf4j-factory"]}}}