mirror of
https://github.com/metosin/reitit.git
synced 2025-12-18 08:51:12 +00:00
fix: added muuntaja dependency for the openapi module
This commit is contained in:
parent
6c9b280fa2
commit
0e8d635e44
1 changed files with 2 additions and 1 deletions
|
|
@ -9,4 +9,5 @@
|
||||||
:plugins [[lein-parent "0.3.9"]]
|
:plugins [[lein-parent "0.3.9"]]
|
||||||
:parent-project {:path "../../project.clj"
|
:parent-project {:path "../../project.clj"
|
||||||
:inherit [:deploy-repositories :managed-dependencies]}
|
:inherit [:deploy-repositories :managed-dependencies]}
|
||||||
:dependencies [[metosin/reitit-core]])
|
:dependencies [[metosin/reitit-core]
|
||||||
|
[metosin/muuntaja]])
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue