xiaodongw / swagger-finatra

Finatra Swagger Support
Apache License 2.0
46 stars 45 forks source link

Fix broken swagger url from 2.1.4 to 2.2.6 #24

Closed ikhoon closed 7 years ago

ikhoon commented 7 years ago

Problem

Current swagger version is org.webjars:swagger-ui:2.2.6, but swagger webjar url indicate 2.1.4 Sync gradle version and url in SwaggerController to 2.2.6


This change is Reviewable