-
Notifications
You must be signed in to change notification settings - Fork 0
/
deps.edn
33 lines (26 loc) · 1.02 KB
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{:paths ["src" "resources"]
:deps
{org.clojure/clojure {:mvn/version "1.11.1"}
integrant/integrant {:mvn/version "0.8.0"}
integrant/repl {:mvn/version "0.3.2"}
io.pedestal/pedestal.log {:mvn/version "0.5.10"}
aero/aero {:mvn/version "1.1.6"}
com.vladsch.flexmark/flexmark {:mvn/version "0.64.0"}
com.vladsch.flexmark/flexmark-ext-attributes {:mvn/version "0.64.0"}
com.lambdaisland/hiccup {:mvn/version "0.0.4"}
;; Thicc
camel-snake-kebab/camel-snake-kebab {:mvn/version "0.4.2"}
com.lambdaisland/dom-types {:mvn/version "0.5.37"}
;; HTTP
ring/ring-codec {:mvn/version "1.2.0"}
ring/ring-defaults {:mvn/version "0.3.3"}
metosin/reitit {:mvn/version "0.5.18"}
ring/ring-jetty-adapter {:mvn/version "1.9.5"}
com.lambdaisland/glogi {:mvn/version "1.1.144"}}
:aliases
{:dev
{:extra-paths ["dev"]
:extra-deps {djblue/portal {:mvn/version "RELEASE"}}}
:test
{:extra-paths ["test"]
:extra-deps {lambdaisland/kaocha {:mvn/version "1.66.1034"}}}}}