-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeps.edn
33 lines (27 loc) · 1.35 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
{:paths ["src" "resources"]
:deps {org.clojure/clojure {:mvn/version "1.11.1"}
io.github.nextjournal/clerk {:mvn/version "0.10.562"}
mogenslund/liquid {:mvn/version "2.1.2"}
com.phronemophobic/membrane {:mvn/version "0.10.3-beta"}
com.phronemophobic/viscous {:mvn/version "1.3.2"}
,}
:aliases
{
:project {:extra-deps
{com.phronemophobic.membrane/skialib-macosx-aarch64 {:local/root "../membrane2/csource/macos-aarch64"}}}
:test {:extra-paths ["test"]
:extra-deps {org.clojure/test.check {:mvn/version "1.1.0"}}}
:runner
{:extra-deps {io.github.cognitect-labs/test-runner
{:git/url "https://github.com/cognitect-labs/test-runner"
:sha "2d69f33d7980c3353b246c28f72ffeafbd9f2fab"}}
:exec-fn cognitect.test-runner.api/test}
:jar {:replace-deps {com.github.seancorfield/depstar {:mvn/version "2.0.216"}}
:exec-fn hf.depstar/jar
:exec-args {:jar "desk.jar" :sync-pom true}}
:install {:replace-deps {slipset/deps-deploy {:mvn/version "0.1.5"}}
:exec-fn deps-deploy.deps-deploy/deploy
:exec-args {:installer :local :artifact "desk.jar"}}
:deploy {:replace-deps {slipset/deps-deploy {:mvn/version "0.1.5"}}
:exec-fn deps-deploy.deps-deploy/deploy
:exec-args {:installer :remote :artifact "desk.jar"}}}}