Skip to content

Commit

Permalink
version 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuyoshizawa committed Aug 15, 2016
1 parent 7f49c95 commit eb89625
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ If you'd like to use this with Play Framework, add "play2-oauth2-provider" to li

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

Expand Down Expand Up @@ -59,7 +59,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.17.2"
"com.nulab-inc" %% "scala-oauth2-core" % "0.18.0"
)
```

Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import com.typesafe.sbt.SbtScalariform._
object ScalaOAuth2Build extends Build {

lazy val _organization = "com.nulab-inc"
lazy val _version = "0.17.3-SNAPSHOT"
lazy val _version = "0.18.0"
lazy val _playVersion = "2.5.0"
lazy val akkaV = "2.4.7"
val _scalaVersion = "2.11.8"
Expand Down

0 comments on commit eb89625

Please sign in to comment.