2018-09-09 19:03:57 +00:00
|
|
|
(defproject metosin/reitit-spec "0.2.2"
|
2017-10-28 09:17:20 +00:00
|
|
|
:description "Reitit: clojure.spec coercion"
|
|
|
|
|
:url "https://github.com/metosin/reitit"
|
|
|
|
|
:license {:name "Eclipse Public License"
|
|
|
|
|
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
2018-09-04 16:21:07 +00:00
|
|
|
:scm {:name "git"
|
|
|
|
|
:url "https://github.com/metosin/reitit"}
|
2017-10-28 09:47:55 +00:00
|
|
|
:plugins [[lein-parent "0.3.2"]]
|
|
|
|
|
:parent-project {:path "../../project.clj"
|
|
|
|
|
:inherit [:deploy-repositories :managed-dependencies]}
|
2017-12-10 15:50:31 +00:00
|
|
|
:dependencies [[metosin/reitit-core]
|
2017-10-28 09:47:55 +00:00
|
|
|
[metosin/spec-tools]])
|