-
Notifications
You must be signed in to change notification settings - Fork 19
/
deps.edn
14 lines (14 loc) · 1.03 KB
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{:deps
{org.clojure/clojure {:mvn/version "1.11.1"},
org.clojure/core.async {:mvn/version "1.6.673"},
prismatic/schema {:mvn/version "1.4.1"}}
:aliases
{:dev
{:extra-deps {com.github.mhjort/trombi-gatling-highcharts-reporter {:mvn/version "1.0.0"}
http-kit/http-kit {:mvn/version "2.6.0"},
clj-time/clj-time {:mvn/version "0.15.2"},
clj-async-test/clj-async-test {:mvn/version "0.0.5"}
org.clojure/test.check {:mvn/version "1.1.1"}
clj-containment-matchers/clj-containment-matchers {:mvn/version "1.0.1"}
lambdaisland/kaocha {:mvn/version "1.0.887"}
lambdaisland/kaocha-junit-xml {:mvn/version "0.0.76"}}}}}