forked from funcool/promesa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
deps.edn
18 lines (15 loc) · 886 Bytes
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{:paths ["src"]
:aliases
{:dev {:extra-deps {com.bhauman/rebel-readline-cljs {:mvn/version "0.1.4"}
com.bhauman/rebel-readline {:mvn/version "0.1.4"}
org.clojure/tools.namespace {:mvn/version "0.3.1"}
org.clojure/clojurescript {:mvn/version "1.10.520"}
org.clojure/clojure {:mvn/version "1.10.1"}
criterium/criterium {:mvn/version "0.4.5"}}
:extra-paths ["test"]}
:ancient {:main-opts ["-m" "deps-ancient.deps-ancient"]
:extra-deps {deps-ancient {:mvn/version "RELEASE"}}}
:deploy {:extra-deps {badigeon/badigeon {:git/url "https://github.com/EwenG/badigeon.git"
:sha "db25a8f7053dec65afeb7fb0d1a5351dcdbe78bd"
:tag "0.0.8"}}
:main-opts ["deploy.clj"]}}}