You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 14, 2022. It is now read-only.
I build the play2.6 project locally and added it as a dependency to my other play project as
"io.swagger" %% "swagger-play2" % "1.6.2-SNAPSHOT"After starting the project, the routes are not loaded and any request I make to the endpoint results in a
404 NOT FOUNDcase.Scala version for my project:
2.12.7I also tried by changing the scala version for swagger play to
2.12.7but got the same result