-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdeps.edn
37 lines (37 loc) · 2.23 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
{:aliases {:runner {:exec-args {:excludes [:performance]
:patterns ["^(?!.*performance).*$"]}
:exec-fn cognitect.test-runner.api/test
:extra-deps
{io.github.cognitect-labs/test-runner
{:git/url "https://github.com/cognitect-labs/test-runner"
:sha "7284cda41fb9edc0f3bc6b6185cfb7138fc8a023"}}
:jvm-opts ["-Dclojure.main.report=stderr"]
:main-opts ["-m" "cognitect.test-runner"]}
:test {:extra-deps
{babashka/babashka.curl {:mvn/version "0.1.2"}
com.brunobonacci/mulog {:mvn/version "0.9.0"}
com.gfredericks/test.chuck {:mvn/version "0.2.14"}
nu.validator/validator {:mvn/version "20.7.2"}
nubank/matcher-combinators {:mvn/version "3.9.1"}
org.clojure/test.check {:mvn/version "1.1.1"}
site.fabricate/manual
{:git/url "https://github.com/fabricate-site/manual.git"
:sha "0285311b5517b806dca43360235bc0fff4970728"}}
:extra-paths ["test"]
:resource-paths ["test-resources"]}
:validate {:exec-args {:dirs ["docs/"]}
:exec-fn site.fabricate.prototype.check/html}}
:deps {babashka/fs {:mvn/version "0.2.12"}
hiccup/hiccup {:mvn/version "2.0.0-RC2"}
instaparse/instaparse {:mvn/version "1.4.12"}
metosin/malli {:mvn/version "0.17.0"}
org.clojure/clojure {:mvn/version "1.11.3"}
org.clojure/data.finger-tree {:mvn/version "0.0.3"}
org.scicloj/kindly {:mvn/version "4-alpha16"}
rewrite-clj/rewrite-clj {:mvn/version "1.1.47"}
site.fabricate/adorn {:git/tag "v0.1.131-alpha"
:git/url
"https://github.com/fabricate-site/adorn"
:sha
"6a9a87959537a71760cd08f8fc2a292ba4957755"}}
:paths ["src" "resources"]}