-
-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathdeps.edn
More file actions
26 lines (23 loc) · 1.69 KB
/
Copy pathdeps.edn
File metadata and controls
26 lines (23 loc) · 1.69 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
{:deps {}
:aliases {:clj-1.10 {:extra-deps {org.clojure/clojure {:mvn/version "1.10.3"}}}
:clj-1.11 {:extra-deps {org.clojure/clojure {:mvn/version "1.11.3"}}}
:clj-1.12 {:extra-deps {org.clojure/clojure {:mvn/version "1.12.4"}}}
:test-runner {:extra-paths ["test"]
:extra-deps {io.github.cognitect-labs/test-runner
{:git/tag "v0.5.1" :git/sha "dfb30dd"}
babashka/process {:mvn/version "0.6.25"}
clj-kondo/clj-kondo {:mvn/version "2026.01.19"}
nubank/matcher-combinators {:mvn/version "3.10.0"}}
:main-opts ["-m" "cognitect.test-runner"]}
:cljs-test {:extra-deps {olical/cljs-test-runner {:mvn/version "3.8.1"}
org.clojure/clojurescript {:mvn/version "1.12.145"}}
:extra-paths ["test" "cljs-test-runner-out/gen"]
:main-opts ["-m" "cljs-test-runner.main" "-d" "test"]}
:repl-runner {:extra-paths ["dev"]
:extra-deps {nrepl/nrepl {:mvn/version "1.6.0"}
refactor-nrepl/refactor-nrepl {:mvn/version "3.11.0"}
cider/cider-nrepl {:mvn/version "0.58.0"}}
:jvm-opts ["-XX:-OmitStackTraceInFastThrow" "-Djdk.attach.allowAttachSelf"]
:main-opts ["-m" "babashka.fs.nrepl"
"--middleware" "[refactor-nrepl.middleware/wrap-refactor cider.nrepl/cider-middleware]"
"-i"]}}}