aboutsummaryrefslogtreecommitdiff
path: root/deps.edn
blob: fef3c9e4fcf08024b9e2d0e2fb367dc5a37ed286 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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}}}