Fork me on GitHub
#ring-swagger
<
2017-08-25
>
renewdoit02:08:22

compojure-api complains "can't find named-coercion for :spec"

renewdoit02:08:44

When I try to put {:coercion :spec} into api

plins13:08:28

which version are you using? 2.0?

ikitommi16:08:41

@renewdoit you need to have explicit dependency for metosin/spec-tools to enable it. Buried somewhere in the Changelogs..

ikitommi16:08:07

spec-tools requires spec-alpha, so needs Clojure 1.9 or the future-spec, which works with q.8