-
Notifications
You must be signed in to change notification settings - Fork 0
/
deps.edn
24 lines (22 loc) · 1.09 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
;; Lots of testing using Clojure and REPL, but the final tool is Babashka
{:paths ["src"
"resources"
;; HTML and JS is copied and or generated to skein-ui/dist/public.
;; Resources under public are made visible.
"skein-ui/dist"]
:deps {org.clojure/clojure {:mvn/version "1.12.0"}
;; Keep sync'ed w/ bb.edn:l
org.clj-commons/pretty {:mvn/version "3.2.0"}
org.clj-commons/humanize {:mvn/version "1.1"}
io.github.hlship/cli-tools {:mvn/version "0.14"}
;; Bundled Babashka dependencies:
selmer/selmer {:mvn/version "1.12.61"}
babashka/fs {:mvn/version "0.5.22"}
org.clojure/core.async {:mvn/version "1.6.681"}
cheshire/cheshire {:mvn/version "5.13.0"}
http-kit/http-kit {:mvn/version "2.8.0"}}
:aliases
{:test {:extra-paths ["dev"
"dev-resources"]
:extra-deps {io.github.hlship/trace {:mvn/version "1.4"}
io.github.tonsky/clj-reload {:mvn/version "0.7.1"}}}}}