From 0e8d635e44b0a202c5ec8473cc21119c2161033f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Varela?= Date: Fri, 9 Feb 2024 12:14:35 +0200 Subject: [PATCH] fix: added muuntaja dependency for the openapi module --- modules/reitit-openapi/project.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/reitit-openapi/project.clj b/modules/reitit-openapi/project.clj index 18f9a590..2da2ce5b 100644 --- a/modules/reitit-openapi/project.clj +++ b/modules/reitit-openapi/project.clj @@ -9,4 +9,5 @@ :plugins [[lein-parent "0.3.9"]] :parent-project {:path "../../project.clj" :inherit [:deploy-repositories :managed-dependencies]} - :dependencies [[metosin/reitit-core]]) + :dependencies [[metosin/reitit-core] + [metosin/muuntaja]])