blob: b157efce486e1d595cc12981640ffe3644228422 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{:paths ["src"]
:deps {http-kit/http-kit {:mvn/version "2.8.0"}
metosin/reitit {:mvn/version "0.7.2"}
org.clojure/data.json {:mvn/version "2.5.1"}
ring/ring-json {:mvn/version "0.5.1"}}
:aliases
{:neil {:project {:name dummy-auth/dummy-auth
:version "0.0.1"}}
:build {:deps {io.github.clojure/tools.build {:git/tag "v0.10.6"
:git/sha "52cf7d6"}
slipset/deps-deploy {:mvn/version "0.2.2"}}
:ns-default build}}}
|