Skip to content

Commit 9413819

Browse files
committed
version 0.13.3
1 parent 54a1297 commit 9413819

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
@@ -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.13.2"
27+
"com.nulab-inc" %% "play2-oauth2-provider" % "0.13.3"
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.13.2"
45+
"com.nulab-inc" %% "scala-oauth2-core" % "0.13.3"
4646
)
4747
```
4848

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.13.3-SNAPSHOT"
7+
lazy val _version = "0.13.3"
88
lazy val _playVersion = "2.3.7"
99

1010
val _scalaVersion = "2.10.5"

0 commit comments

Comments
 (0)