-
-
Notifications
You must be signed in to change notification settings - Fork 40
/
deps.edn
22 lines (18 loc) · 806 Bytes
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{:paths ["resources" "src"]
:deps {org.clojure/clojure {:mvn/version "1.12.0"}
com.github.seancorfield/next.jdbc {:mvn/version "1.3.981"}
com.stuartsierra/component {:mvn/version "1.1.0"}
compojure/compojure {:mvn/version "1.7.1"}
ring/ring {:mvn/version "1.13.0"}
ring/ring-defaults {:mvn/version "0.5.0"}
selmer/selmer {:mvn/version "1.12.61"}
org.xerial/sqlite-jdbc {:mvn/version "3.47.1.0"}}
:aliases
{:test {:extra-paths ["test"]
:extra-deps
{com.h2database/h2 {:mvn/version "2.3.232"}
io.github.cognitect-labs/test-runner
{:git/tag "v0.5.1" :git/sha "dfb30dd"}}}
:build {:replace-deps {io.github.clojure/tools.build
{:mvn/version "0.10.6"}}
:ns-default build}}}