Skip to content

Commit 46e5ff1

Browse files
committed
version 0.9.1
1 parent e550c27 commit 46e5ff1

File tree

2 files changed

+4
-4
lines changed

2 files changed

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

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import Keys._
44
object ScalaOAuth2Build extends Build {
55

66
lazy val _organization = "com.nulab-inc"
7-
lazy val _version = "0.9.1-SNAPSHOT"
8-
lazy val _playVersion = "2.3.2"
7+
lazy val _version = "0.9.1"
8+
lazy val _playVersion = "2.3.4"
99

1010
val _scalaVersion = "2.10.4"
1111
val _crossScalaVersions = Seq("2.10.4", "2.11.2")

0 commit comments

Comments
 (0)