-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdeps.edn
More file actions
28 lines (23 loc) · 829 Bytes
/
deps.edn
File metadata and controls
28 lines (23 loc) · 829 Bytes
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
{:deps {}
:paths ["src"]
:aliases
{:dev
{:extra-paths ["test" "target" "dev"]
:extra-deps
{com.bhauman/rebel-readline-cljs {:mvn/version "0.1.4"}
com.bhauman/rebel-readline {:mvn/version "0.1.4"}
thheller/shadow-cljs {:mvn/version "2.17.8"}
funcool/lentes {:mvn/version "1.4.0-SNAPSHOT"}
org.clojure/clojurescript {:mvn/version "1.11.4"}
org.clojure/clojure {:mvn/version "1.11.0"}}}
:repl
{:main-opts ["-m" "rebel-readline.main"]}
:shadow-cljs
{:main-opts ["-m" "shadow.cljs.devtools.cli"]}
:outdated
{:extra-deps {com.github.liquidz/antq {:mvn/version "RELEASE"}
org.slf4j/slf4j-nop {:mvn/version "RELEASE"}}
:main-opts ["-m" "antq.core"]}
:build
{:extra-deps {io.github.clojure/tools.build {:git/tag "v0.8.1" :git/sha "7d40500"}}
:ns-default build}}}