diff options
| author | Tim <contact@bytim.eu> | 2025-11-01 17:36:48 +0100 |
|---|---|---|
| committer | Tim <contact@bytim.eu> | 2025-11-01 17:36:48 +0100 |
| commit | 32ee50f0f6f53f8d5dea3bf159be3f65974c4b7b (patch) | |
| tree | c317610f1a275936baefae2efeab360befbb9950 /deps.edn | |
Initial commit
Diffstat (limited to 'deps.edn')
| -rw-r--r-- | deps.edn | 17 |
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}}} |
