Skip to content

Commit 52ebb2e

Browse files
committed
version 0.7.1
1 parent feef480 commit 52ebb2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[The OAuth 2.0](http://tools.ietf.org/html/rfc6749) server-side implementation written in Scala.
44

5-
This provides OAuth 2.0 server-side functionality and supporting function for [Playframework](http://www.playframework.com/). Playframework 2.2 is now supported.
5+
This provides OAuth 2.0 server-side functionality and supporting function for [Playframework](http://www.playframework.com/). Playframework 2.2 and 2.3 are now supported.
66

77
The idea of this library originally comes from [oauth2-server](https://github.com/yoichiro/oauth2-server) which is Java implementation of OAuth 2.0.
88

@@ -22,15 +22,15 @@ If you'd like to use this with Playframework, add "play2-oauth2-provider" to lib
2222

2323
```scala
2424
libraryDependencies ++= Seq(
25-
"com.nulab-inc" %% "play2-oauth2-provider" % "0.7.0"
25+
"com.nulab-inc" %% "play2-oauth2-provider" % "0.7.1"
2626
)
2727
```
2828

2929
Otherwise, add "scala-oauth2-core" instead. In this case, you need to implement your own OAuth provider working with web framework you use.
3030

3131
```scala
3232
libraryDependencies ++= Seq(
33-
"com.nulab-inc" %% "scala-oauth2-core" % "0.7.0"
33+
"com.nulab-inc" %% "scala-oauth2-core" % "0.7.1"
3434
)
3535
```
3636

0 commit comments

Comments
 (0)