mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
add reitit-openapi module, 0.5.18 -> 0.6.0
This commit is contained in:
parent
9b50baca0c
commit
11f47527f1
4 changed files with 4 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
(defproject metosin/reitit-openapi "0.5.18"
|
||||
(defproject metosin/reitit-openapi "0.6.0"
|
||||
:description "Reitit: OpenAPI-support"
|
||||
:url "https://github.com/metosin/reitit"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
[metosin/reitit-http]
|
||||
[metosin/reitit-interceptors]
|
||||
[metosin/reitit-swagger]
|
||||
[metosin/reitit-openapi]
|
||||
[metosin/reitit-swagger-ui]
|
||||
[metosin/reitit-frontend]
|
||||
[metosin/reitit-sieppari]
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
[metosin/reitit-http "0.6.0"]
|
||||
[metosin/reitit-interceptors "0.6.0"]
|
||||
[metosin/reitit-swagger "0.6.0"]
|
||||
[metosin/reitit-openapi "0.6.0"]
|
||||
[metosin/reitit-swagger-ui "0.6.0"]
|
||||
[metosin/reitit-frontend "0.6.0"]
|
||||
[metosin/reitit-sieppari "0.6.0"]
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ for ext in \
|
|||
reitit-http \
|
||||
reitit-interceptors \
|
||||
reitit-swagger \
|
||||
reitit-openapi \
|
||||
reitit-swagger-ui \
|
||||
reitit-frontend \
|
||||
reitit-sieppari \
|
||||
|
|
|
|||
Loading…
Reference in a new issue