aboutsummaryrefslogtreecommitdiff
path: root/deps.edn
blob: 0094f30c5f60b3e9ef13c116f9172e78f7e6a0c9 (plain)
1
2
3
4
5
6
7
8
9
10
{:paths ["src"]
 :deps  {http-kit/http-kit {:mvn/version "2.8.0"}
         metosin/reitit    {:mvn/version "0.8.0"}
         lynxeyes/dotenv   {:mvn/version "1.1.0"}}
 :aliases
 {:neil  {:project {:name    pics/pics
                    :version "0.0.1"}}
  :build {:deps       {io.github.clojure/tools.build {:git/tag "v0.10.8"
                                                      :git/sha "2fdfd66"}}
          :ns-default build}}}