-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeps.edn
33 lines (27 loc) · 1.75 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 ["resources" "src"]
:deps {org.clojure/clojure {:mvn/version "1.12.0"}
cheshire/cheshire {:mvn/version "5.13.0"}
aero/aero {:mvn/version "1.1.6"}
integrant/integrant {:mvn/version "0.12.0"}
http-kit/http-kit {:mvn/version "2.8.0"}
metosin/reitit-core {:mvn/version "0.7.2"}
metosin/reitit-ring {:mvn/version "0.7.2"}
nl.surf/demo-data {:mvn/version "1.2.0"}
org.clojure/tools.logging {:mvn/version "1.3.0"}
org.slf4j/slf4j-api {:mvn/version "2.0.16"}
org.slf4j/jul-to-slf4j {:mvn/version "2.0.16"}
org.slf4j/jcl-over-slf4j {:mvn/version "2.0.16"}
org.slf4j/log4j-over-slf4j {:mvn/version "2.0.16"}
org.slf4j/osgi-over-slf4j {:mvn/version "2.0.16"}
ch.qos.logback/logback-classic {:mvn/version "1.5.8"}}
:aliases {:dev {:extra-paths ["dev"]
:extra-deps {mvxcvi/puget {:mvn/version "1.3.4"}
integrant/repl {:mvn/version "0.3.3"}}}
:build {:deps {io.github.seancorfield/build-clj
{:git/tag "v0.9.2" :git/sha "9c9f078"
:deps/root "slim"}}
:ns-default build}
:reveal-nrepl-middleware {:extra-deps {vlaaad/reveal {:mvn/version "1.3.282"}}
:main-opts ["-m" "nrepl.cmdline"
"--middleware" "[vlaaad.reveal.nrepl/middleware,cider.nrepl/cider-middleware]"]
:jvm-opts ["-Dvlaaad.reveal.prefs={:theme,:light,:font-size,14}"]}}}