-
Notifications
You must be signed in to change notification settings - Fork 10
/
deps.edn
18 lines (17 loc) · 1.05 KB
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{:paths ["src/dev"
"src/main"]
:deps {datascript/datascript {:mvn/version "1.0.7"}
binaryage/devtools {:mvn/version "1.0.2"}
org.clojure/data.xml {:mvn/version "0.0.8"}}
:aliases {:dev {:extra-deps {nubank/workspaces {:mvn/version "1.0.16"}
thheller/shadow-cljs {:mvn/version "2.11.25"}
reagent/reagent {:mvn/version "1.0.0"}}}
:jar {:replace-deps {com.github.seancorfield/depstar {:mvn/version "2.0.216"}}
:exec-fn hf.depstar/jar
:exec-args {:jar "datalog-console.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 "datalog-console.jar"}}
:deploy {:replace-deps {slipset/deps-deploy {:mvn/version "0.1.5"}}
:exec-fn deps-deploy.deps-deploy/deploy
:exec-args {:installer :remote :artifact "datalog-console.jar"}}}}