forked from clj-commons/humanize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeps.edn
20 lines (20 loc) · 1.04 KB
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{:deps {org.clojure/clojure {:mvn/version "1.11.1"}
clj-time/clj-time {:mvn/version "0.15.2"}
com.andrewmcveigh/cljs-time {:mvn/version "0.5.2"}}
:paths ["src"]
:aliases
;; clj -X:test
{:test {:extra-paths ["test"]
:extra-deps {io.github.cognitect-labs/test-runner
{:git/tag "v0.5.1" :git/sha "dfb30dd"}}
:exec-fn cognitect.test-runner.api/test}
:cljs-test {:extra-paths ["test"]
:extra-deps {kongeor/cljs-test-runner
{:git/url "https://github.com/kongeor/cljs-test-runner"
:sha "fa604e9e5f4e74a544958dfdf4c5ccc2a4b2c916"}}
:main-opts ["-m" "cljs-test-runner.main"]}
:clj-kondo {:replace-deps {clj-kondo/clj-kondo {:mvn/version "RELEASE"}}
:main-opts ["-m" "clj-kondo.main"]}
:build {:deps {io.github.seancorfield/build-clj
{:git/tag "v0.9.2" :git/sha "9c9f078"}}
:ns-default build}}}