Skip to content

Commit

Permalink
Update ring-swagger-ui dependency
Browse files Browse the repository at this point in the history
The need for such a change is that reitit-openapi module creates openapi.js of 3.1.0 version, but current reitit-swagger-ui can't draw it, because dependency through root to ring-swagger-ui . ring-swagger-ui > 5.x.x version can draw openapi.js 3.1.0 version correctly
  • Loading branch information
velios authored Feb 24, 2024
1 parent ca434f9 commit c295e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
[metosin/reitit-frontend "0.7.0-alpha7"]
[metosin/reitit-sieppari "0.7.0-alpha7"]
[metosin/reitit-pedestal "0.7.0-alpha7"]
[metosin/ring-swagger-ui "4.19.1"]
[metosin/ring-swagger-ui "5.9.0"]
[metosin/spec-tools "0.10.5"]
[metosin/schema-tools "0.13.1"]
[metosin/muuntaja "0.6.8"]
Expand Down

0 comments on commit c295e64

Please sign in to comment.