swagger-api / swagger-play

Apache License 2.0
330 stars 181 forks source link

Cannot resolve swagger-play2 1.5.0 #30

Closed josephearl closed 8 years ago

josephearl commented 8 years ago

I noticed you guys recently added Swagger 2.0 support for Play. Great work!

I changed my build.sbt to use "io.swagger" %% "swagger-play2" % "1.5.0"as described in the README (I am using Scala 2.11.6) but the dependency was not resolved.

Have you guys published this yet?

josephearl commented 8 years ago

OK I see in the main README only 1.5.0-SNAPSHOT is available

josephearl commented 8 years ago

For reference, to use the 1.5.0 snapshot add the following to build.sbt:

resolvers += 
  "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
libraryDependencies += "io.swagger" %% "swagger-play2" % "1.5.0-SNAPSHOT"