-
Notifications
You must be signed in to change notification settings - Fork 0
/
deps.edn
18 lines (17 loc) · 885 Bytes
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{:paths ["src" "resources"]
:deps {org.clojure/clojure {:mvn/version "1.11.3"}
ring/ring-core {:mvn/version "1.12.1"}
ring/ring-jetty-adapter {:mvn/version "1.12.1"}
ring/ring-defaults {:mvn/version "0.5.0"}
hiccup/hiccup {:mvn/version "2.0.0-RC3"}
com.github.seancorfield/next.jdbc {:mvn/version "1.3.939"}
com.github.seancorfield/honeysql {:mvn/version "2.6.1126"}
compojure/compojure {:mvn/version "1.7.1"}
com.h2database/h2 {:mvn/version "2.2.224"}}
:aliases
{:run {:main-opts ["-m" "com.github.didibus.simple-website-with-posts"]}
:test {:extra-paths ["test"]
:extra-deps {io.github.cognitect-labs/test-runner {:git/tag "v0.5.1" :git/sha "dfb30dd"}}
:exec-fn cognitect.test-runner.api/test
:exec-args {:dirs ["src" "test"]
:patterns ["com.github.didibus.*"]}}}}