aboutsummaryrefslogtreecommitdiff
path: root/deps.edn
diff options
context:
space:
mode:
Diffstat (limited to 'deps.edn')
-rw-r--r--deps.edn17
1 files changed, 17 insertions, 0 deletions
diff --git a/deps.edn b/deps.edn
new file mode 100644
index 0000000..fef3c9e
--- /dev/null
+++ b/deps.edn
@@ -0,0 +1,17 @@
+{:paths ["src" "resources"]
+ :deps {http-kit/http-kit {:mvn/version "2.8.1"}
+ metosin/reitit {:mvn/version "0.9.1"}
+ ring-oauth2/ring-oauth2 {:mvn/version "0.3.0"}
+ lynxeyes/dotenv {:mvn/version "1.1.0"}
+ hiccup/hiccup {:mvn/version "2.0.0"}
+ clj-spotify/clj-spotify {:mvn/version "0.1.10"}
+ duratom/duratom {:mvn/version "0.5.9"}
+ hato/hato {:mvn/version "1.0.0"}
+ overtone/at-at {:mvn/version "1.4.65"}}
+ :aliases
+ {:neil {:project {:name dionysus/dionysus
+ :version "0.0.1"}}
+ :build {:deps {io.github.clojure/tools.build {:git/tag "v0.10.10"
+ :git/sha "deedd62"}
+ slipset/deps-deploy {:mvn/version "0.2.2"}}
+ :ns-default build}}}