swagger-api / swagger-play

Apache License 2.0
330 stars 181 forks source link

Can't add version 1.6.1-Snapshot to the project #169

Closed sergeda closed 6 years ago

sergeda commented 6 years ago

When I try to add "io.swagger" %% "swagger-play2" % "1.6.1-SNAPSHOT" to my sbt file I got unresolved dependency error.

io.swagger#swagger-play2_2.11;1.6.1-SNAPSHOT: not found

How can I fix this issue?

sergeda commented 6 years ago

Never mind. It was issue with sonatype repo requiring https connection now. So, I've added "https://oss.sonatype.org/content/repositories/snapshots/" to resolvers and it got downloaded.