Closed AkbarTheGreat closed 7 years ago
same for me i'va update to play 2.5 but version availabe on maven repo 0.7.1
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"
thank you
Can you please still update the Maven Central?
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
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.