1 files changed,
25 insertions(+),
0 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2022-08-25 23:46:08 +0300
Parent:
9de04a3
A
clojure/deps.edn
ยทยทยท 1 +{:mvn/repos 2 + {"central" {:url "https://repo1.maven.org/maven2/"} 3 + "clojars" {:url "https://repo.clojars.org/"}} 4 + 5 + :aliases 6 + {:new {:extra-deps {com.github.seancorfield/clj-new {:mvn/version "1.2.399"}} 7 + :exec-args {:template "app"} 8 + :exec-fn clj-new/create} 9 + 10 + :outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "1.8.847"}} 11 + :main-opts ["-m" "antq.core"]} 12 + 13 + :cider {:extra-deps {org.clojure/clojure {:mvn/version "1.11.1"} 14 + cider/cider-nrepl {:mvn/version "0.28.5"} 15 + refactor-nrepl/refactor-nrepl {:mvn/version "3.5.5"}} 16 + :main-opts ["-m" "nrepl.cmdline" 17 + "--middleware" "[cider.nrepl/cider-middleware,refactor-nrepl.middleware/wrap-refactor]" 18 + "--interactive"]} 19 + 20 + :rebel {:extra-deps {nrepl/nrepl {:mvn/version "0.9.0"} 21 + cider/cider-nrepl {:mvn/version "0.28.5"} 22 + com.bhauman/rebel-readline {:mvn/version "0.1.4"}} 23 + :main-opts ["-m" "nrepl.cmdline" "--interactive" 24 + "--middleware" "[cider.nrepl/cider-middleware]" 25 + "-f" "rebel-readline.main/-main"]}}}