-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathdeps.edn
More file actions
15 lines (14 loc) · 789 Bytes
/
deps.edn
File metadata and controls
15 lines (14 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
; Copyright 2021- Rahul De
;
; Use of this source code is governed by an MIT-style
; license that can be found in the LICENSE file or at
; https://opensource.org/licenses/MIT.
{:deps {io.swagger.parser.v3/swagger-parser {:mvn/version "2.1.38"}}
:aliases {:test {:extra-paths ["test"]
:extra-deps {io.github.cognitect-labs/test-runner {:git/tag "v0.5.1" :git/sha "dfb30dd"}
metosin/malli {:mvn/version "0.20.0"}}
:main-opts ["-m" "cognitect.test-runner"]
:exec-fn cognitect.test-runner.api/test}
:build {:deps {io.github.clojure/tools.build {:git/tag "v0.10.12" :git/sha "97c5562"}
slipset/deps-deploy {:mvn/version "0.2.2"}}
:ns-default build}}}