joscha / play-authenticate

An authentication plugin for Play Framework 2.x (Java)
http://joscha.github.com/play-authenticate/
Other
807 stars 367 forks source link

Maven Central does not have version 0.8.x #310

Closed AkbarTheGreat closed 7 years ago

AkbarTheGreat commented 8 years ago

The documentation in the README even goes so far as to have snippets to get that from maven-central, but the newest is 0.7.1.

leccyril commented 7 years ago

same for me i'va update to play 2.5 but version availabe on maven repo 0.7.1

gmsa commented 7 years ago

You need to add the snapshots repository to build.sbt:

resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"

And import 0.8.1-SNAPSHOT:

libraryDependencies += "com.feth" %% "play-authenticate" % "0.8.1-SNAPSHOT"

leccyril commented 7 years ago

thank you

dwhu commented 7 years ago

Can you please still update the Maven Central?

joscha commented 7 years ago

0.8.1 should appear here in a few minutes: http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.feth%22%20AND%20a%3A%22play-authenticate_2.11%22