Skip to content

Commit

Permalink
version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuyoshizawa committed Jan 28, 2017
1 parent dbed51d commit b1a12e9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ In this case, you need to implement your own OAuth provider working with web fra

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

Expand Down
9 changes: 8 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ lazy val scalaOAuth2ProviderSettings =
<url>https://github.com/nulab/scala-oauth2-provider</url>
<connection>scm:git:git@github.com:nulab/scala-oauth2-provider.git</connection>
</scm>
<developers>
<developer>
<id>tsuyoshizawa</id>
<name>Tsuyoshi Yoshizawa</name>
<url>https://github.com/tsuyoshizawa</url>
</developer>
</developers>
)

lazy val root = Project(
Expand All @@ -40,7 +47,7 @@ lazy val root = Project(
settings = scalaOAuth2ProviderSettings ++ Seq(
name := "scala-oauth2-core",
description := "OAuth 2.0 server-side implementation written in Scala",
version := "1.2.1-SNAPSHOT",
version := "1.3.0",
libraryDependencies ++= commonDependenciesInTestScope
)
)

0 comments on commit b1a12e9

Please sign in to comment.