blob: 1b4659d06f87753867f68e76ee8c426672ef8b5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{:paths ["src" "resources"]
:deps {http-kit/http-kit {:mvn/version "2.8.0"}
metosin/reitit {:mvn/version "0.8.0"}
hiccup/hiccup {:mvn/version "2.0.0-RC5"}
ring-oauth2/ring-oauth2 {:mvn/version "0.3.0"}
lynxeyes/dotenv {:mvn/version "1.1.0"}}
:aliases
{:neil {:project {:name chef/chef
:version "0.0.1"}}
:build {:deps {io.github.clojure/tools.build {:git/tag "v0.10.8"
:git/sha "2fdfd66"}
slipset/deps-deploy {:mvn/version "0.2.2"}}
:ns-default build}}}
|