swagger-api / swagger-play

Apache License 2.0
330 stars 181 forks source link

Usage section isn't up-to-date? #218

Open robertofabrizi opened 4 years ago

robertofabrizi commented 4 years ago

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.

vasily802 commented 4 years ago

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

vasily802 commented 4 years ago

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

robertofabrizi commented 4 years ago

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

evangboucher commented 4 years ago

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.