-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdeps.edn
More file actions
22 lines (18 loc) · 806 Bytes
/
deps.edn
File metadata and controls
22 lines (18 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{:paths ["db" "resources" "src"]
:deps
{org.clojure/clojure {:mvn/version "1.10.0"}
coast-framework/coast.theta {:mvn/version "1.6.0"}
org.xerial/sqlite-jdbc {:mvn/version "3.39.3.0"}}
:aliases
{:test
{:extra-paths ["test"]
:main-opts ["-m" "cognitect.test-runner"]
:extra-deps
{com.cognitect/test-runner {:git/url "git@github.com:cognitect-labs/test-runner"
:sha "5f2b5c2efb444df76fb5252102b33f542ebf7f58"}}}
:uberjar
{:main-opts ["-m" "mach.pack.alpha.capsule"
"target/{{name}}.jar"]
:extra-deps {pack/pack.alpha {:git/url "https://github.com/juxt/pack.alpha.git"
:sha "2769a6224bfb938e777906ea311b3daf7d2220f5"}}}
:repl {:extra-deps {nrepl {:mvn/version "0.6.0"}}}}}