Skip to content
This repository has been archived by the owner on Feb 10, 2021. It is now read-only.

Commit

Permalink
Prep for 0.6.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
joscha committed Nov 7, 2014
1 parent 0b1e425 commit 3b4349a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,11 @@ There is also a [sample application using Play!Authenticate with MongoDB](https:
## Versions
* **TRUNK** [not released in the repository, yet]
* Fancy contributing something? :-)
* throw an exception if resolver is missing
* Upgrade to bootstrap3 (thanks @joslash, @enalmada)
* remove obsolete resolvers
* **0.6.8** [2014-11-07]
* Throw an exception if `Resolver` is not defined
* Upgrade sample app to bootstrap 3.2 (thanks @joslash, @enalmada)
* Remove obsolete repository resolvers
* Fix NPE on cache clear during ongoing OAuth flow
* **0.6.7** [2014-11-02]
* Maintenance release
* **0.6.6** [2014-10-29]
Expand Down
2 changes: 1 addition & 1 deletion samples/java/play-authenticate-simple-oauth/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ scalaVersion := "2.11.2"
version := "1.0-SNAPSHOT"

val appDependencies = Seq(
"com.feth" %% "play-authenticate" % "0.6.7",
"com.feth" %% "play-authenticate" % "0.6.8",
javaCore,
cache,
javaWs,
Expand Down
2 changes: 1 addition & 1 deletion samples/java/play-authenticate-usage/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version := "1.0-SNAPSHOT"
val appDependencies = Seq(
"be.objectify" %% "deadbolt-java" % "2.3.2",
// Comment the next line for local development of the Play Authentication core:
"com.feth" %% "play-authenticate" % "0.6.7",
"com.feth" %% "play-authenticate" % "0.6.8",
"postgresql" % "postgresql" % "9.1-901-1.jdbc4",
javaCore,
cache,
Expand Down

0 comments on commit 3b4349a

Please sign in to comment.