-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdeps.edn
More file actions
42 lines (35 loc) · 1.62 KB
/
deps.edn
File metadata and controls
42 lines (35 loc) · 1.62 KB
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
{:paths ["src"
"resources"]
:deps {org.clj-commons/pretty {:mvn/version "3.6.7"}
org.clj-commons/humanize {:mvn/version "1.1"}}
:net.lewisship.build/scm
{:url "https://github.com/hlship/cli-tools"
:license :asl}
:aliases
{;; clj -X:test
:test
{:extra-paths ["test" "test-resources"]
:extra-deps {io.github.cognitect-labs/test-runner {:git/tag "v0.5.1"
:git/sha "dfb30dd"}
io.github.hlship/trace {:mvn/version "1.4"}
io.github.tonsky/clj-reload {:mvn/version "1.0.0"}
nubank/matcher-combinators {:mvn/version "3.9.2"}
babashka/babashka {:mvn/version "1.12.209"}}
:exec-fn cognitect.test-runner.api/test
:jvm-opts ["-Dclj-commons.ansi.enabled=true"]
:exec-args
{:patterns [".*-tests?$"]}}
:pom
{:extra-deps {org.clojure/tools.cli {:mvn/version "1.2.245" :optional true}
babashka/fs {:mvn/version "0.5.27" :optional true}
babashka/process {:mvn/version "0.6.23" :optional true}
selmer/selmer {:mvn/version "1.12.65" :optional true}
org.babashka/cli {:mvn/version "0.8.66" :optional true}}}
:1.11
{:override-deps {org.clojure/clojure ^:antq/exclude {:mvn/version "1.11.4"}}}
:lint
{:deps {clj-kondo/clj-kondo {:mvn/version "2025.10.23"}}
:main-opts ["-m" "clj-kondo.main" "--lint" "src" "test"]}
:build
{:deps {io.github.hlship/build-tools {:git/tag "0.12.1" :git/sha "05f3aeb"}}
:ns-default build}}}