-
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
/
Copy pathdeps.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.8.0"}
org.clj-commons/humanize {:mvn/version "1.2"}}
: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.10.0"}
babashka/babashka {:mvn/version "1.12.218"}}
: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.4.256" :optional true}
babashka/fs {:mvn/version "0.5.33" :optional true}
babashka/process {:mvn/version "0.6.25" :optional true}
selmer/selmer {:mvn/version "1.13.1" :optional true}
org.babashka/cli {:mvn/version "0.8.67" :optional true}}}
:1.11
{:override-deps {org.clojure/clojure ^:antq/exclude {:mvn/version "1.11.4"}}}
:lint
{:deps {clj-kondo/clj-kondo {:mvn/version "2026.04.15"}}
: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}}}