Skip to content

Commit

Permalink
version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuyoshizawa committed Sep 22, 2014
1 parent e550c27 commit 46e5ff1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If you'd like to use this with Playframework, add "play2-oauth2-provider" to lib

```scala
libraryDependencies ++= Seq(
"com.nulab-inc" %% "play2-oauth2-provider" % "0.9.0"
"com.nulab-inc" %% "play2-oauth2-provider" % "0.9.1"
)
```

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

```scala
libraryDependencies ++= Seq(
"com.nulab-inc" %% "scala-oauth2-core" % "0.9.0"
"com.nulab-inc" %% "scala-oauth2-core" % "0.9.1"
)
```

Expand Down
4 changes: 2 additions & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import Keys._
object ScalaOAuth2Build extends Build {

lazy val _organization = "com.nulab-inc"
lazy val _version = "0.9.1-SNAPSHOT"
lazy val _playVersion = "2.3.2"
lazy val _version = "0.9.1"
lazy val _playVersion = "2.3.4"

val _scalaVersion = "2.10.4"
val _crossScalaVersions = Seq("2.10.4", "2.11.2")
Expand Down

0 comments on commit 46e5ff1

Please sign in to comment.