Skip to content

Commit e9204fa

Browse files
committed
modify README.md for 0.10.0
1 parent 69a508d commit e9204fa

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 Playframework, add "play2-oauth2-provider" to lib
2424

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

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

4343
```scala
4444
libraryDependencies ++= Seq(
45-
"com.nulab-inc" %% "scala-oauth2-core" % "0.9.1"
45+
"com.nulab-inc" %% "scala-oauth2-core" % "0.10.0"
4646
)
4747
```
4848

0 commit comments

Comments
 (0)