swagger-api / swagger-play

Apache License 2.0
330 stars 181 forks source link

Unable to load play routes after publishing build locally for play2.6 #209

Open geetikagupta16 opened 5 years ago

geetikagupta16 commented 5 years ago

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 FOUND case.

Scala version for my project: 2.12.7

I also tried by changing the scala version for swagger play to 2.12.7 but got the same result