-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeps.edn
More file actions
19 lines (18 loc) · 796 Bytes
/
deps.edn
File metadata and controls
19 lines (18 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{:paths ["src"]
:deps
{http-kit/http-kit {:mvn/version "2.9.0-beta3"}
ring/ring {:mvn/version "1.15.3"}
ring-cors/ring-cors {:mvn/version "0.1.13"}
hiccup/hiccup {:mvn/version "2.0.0"}
metosin/reitit {:mvn/version "0.9.1"}
com.cnuernber/charred {:mvn/version "1.037"}
dev.data-star.clojure/sdk {:mvn/version "1.0.0-RC3"}
dev.data-star.clojure/ring {:mvn/version "1.0.0-RC3"}
dev.data-star.clojure/http-kit {:mvn/version "1.0.0-RC3"}}
:aliases
{:dev
{:extra-paths ["dev"]
:extra-deps {org.clojure/clojure {:mvn/version "1.12.3"}
nrepl/nrepl {:mvn/version "1.5.1"}
cider/cider-nrepl {:mvn/version "0.58.0"}
io.github.tonsky/clj-reload {:mvn/version "1.0.0"}}}}}