Skip to content

Commit 975183e

Browse files
committed
update fixed version 0.15.1
1 parent e0aca49 commit 975183e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you'd like to use this with Play Framework, add "play2-oauth2-provider" to li
2424

2525
```scala
2626
libraryDependencies ++= Seq(
27-
"com.nulab-inc" %% "play2-oauth2-provider" % "0.15.0"
27+
"com.nulab-inc" %% "play2-oauth2-provider" % "0.15.1"
2828
)
2929
```
3030

@@ -50,7 +50,7 @@ Add "scala-oauth2-core" instead. In this case, you need to implement your own OA
5050

5151
```scala
5252
libraryDependencies ++= Seq(
53-
"com.nulab-inc" %% "scala-oauth2-core" % "0.15.0"
53+
"com.nulab-inc" %% "scala-oauth2-core" % "0.15.1"
5454
)
5555
```
5656

0 commit comments

Comments
 (0)