swagger-play icon indicating copy to clipboard operation
swagger-play copied to clipboard

Usage section isn't up-to-date?

Open robertofabrizi opened this issue 5 years ago • 4 comments

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

https://repo1.maven.org/maven2/io/swagger/swagger-play2_2.13/2.0.1-SNAPSHOT/swagger-play2_2.13-2.0.1-SNAPSHOT.pom

that aren't found.

robertofabrizi avatar Jan 10 '20 14:01 robertofabrizi

https://mvnrepository.com/artifact/io.swagger/swagger-play2 - 2.0.1-SNAPSHOT ain't there

vasily802 avatar Jan 24 '20 21:01 vasily802

For what it's worth: https://stackoverflow.com/a/59904422/2340227

vasily802 avatar Jan 24 '20 22:01 vasily802

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

robertofabrizi avatar May 26 '20 07:05 robertofabrizi

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.

evangboucher avatar Jun 05 '20 03:06 evangboucher