Skip to content

Commit 7071af3

Browse files
committed
version 0.7.2
1 parent 614bcc2 commit 7071af3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.1"
25+
"com.nulab-inc" %% "play2-oauth2-provider" % "0.7.2"
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.1"
33+
"com.nulab-inc" %% "scala-oauth2-core" % "0.7.2"
3434
)
3535
```
3636

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Keys._
44
object ScalaOAuth2Build extends Build {
55

66
lazy val _organization = "com.nulab-inc"
7-
lazy val _version = "0.7.1"
7+
lazy val _version = "0.7.2"
88
def _playVersion(version: String) = version match {
99
case "2.11.1" => "2.3.0"
1010
case _ => "2.2.3"

0 commit comments

Comments
 (0)