-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeps.edn
27 lines (23 loc) · 983 Bytes
/
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
{:paths ["db" "resources" "src"]
:deps
{org.clojure/clojure {:mvn/version "1.11.1"}
coast-framework/coast.theta {:mvn/version "1.6.0"}
org.xerial/sqlite-jdbc {:mvn/version "3.39.3.0"}
buddy/buddy {:mvn/version "2.0.0"}}
:aliases
{:build
{:deps {io.github.clojure/tools.build {:git/tag "v0.9.6" :git/sha "8e78bcc"}}
:ns-default build}
:test
{:extra-paths ["test"]
:main-opts ["-m" "cognitect.test-runner"]
:extra-deps
{com.cognitect/test-runner {:git/url "[email protected]:cognitect-labs/test-runner"
:sha "5f2b5c2efb444df76fb5252102b33f542ebf7f58"}}}
#_#_:uberjar
{:main-opts ["-m" "mach.pack.alpha.capsule"
"target/fabric.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"}}}}}