swagger-play
swagger-play copied to clipboard
Usage section isn't up-to-date?
In the Usage section it says to add:
libraryDependencies ++= Seq(
"io.swagger" %% "swagger-play2" % "2.0.1-SNAPSHOT"
)
but that leads to downloads from URLS like
that aren't found.
https://mvnrepository.com/artifact/io.swagger/swagger-play2 - 2.0.1-SNAPSHOT
ain't there
For what it's worth: https://stackoverflow.com/a/59904422/2340227
https://mvnrepository.com/artifact/io.swagger/swagger-play2 -
2.0.1-SNAPSHOT
ain't there
That's my issue, so it basically mean that this project can't be used with play 2.7 I suppose...
Hey @frantuma is the 2.0.1-SNAPSHOT
version going to be published? It would be great to use this library for our 2.7 play project.