-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeps.edn
19 lines (17 loc) · 827 Bytes
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{:paths ["dev" "src" "resources"]
:deps {org.clojure/clojure {:mvn/version "1.11.0"}
http-kit/http-kit {:mvn/version "2.6.0-alpha1"}
org.immutant/web {:mvn/version "2.1.10"}
com.appsflyer/donkey {:mvn/version "0.5.2"}
metosin/pohjavirta {:mvn/version "0.0.1-alpha7"}
ring/ring-jetty-adapter {:mvn/version "1.9.5"}
com.cnuernber/charred {:mvn/version "1.004"}
cheshire/cheshire {:mvn/version "5.10.2"}
metosin/jsonista {:mvn/version "0.3.5"}}
:aliases
{:build {:deps {io.github.seancorfield/build-clj
{:git/tag "v0.6.3" :git/sha "9b8e09b"
;; since we're building an app uberjar, we do not
;; need deps-deploy for clojars.org deployment:
:deps/root "slim"}}
:ns-default build}}}