-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathdeps.edn
More file actions
16 lines (15 loc) · 816 Bytes
/
Copy pathdeps.edn
File metadata and controls
16 lines (15 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
; 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.25"}}
:paths ["resources" "src"]
: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.17.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.6" :git/sha "52cf7d6"}
slipset/deps-deploy {:mvn/version "0.2.2"}}
:ns-default build}}}