Skip to content

Commit b1a12e9

Browse files
committed
version 1.3.0
1 parent dbed51d commit b1a12e9

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In this case, you need to implement your own OAuth provider working with web fra
3434

3535
```scala
3636
libraryDependencies ++= Seq(
37-
"com.nulab-inc" %% "scala-oauth2-core" % "1.2.0"
37+
"com.nulab-inc" %% "scala-oauth2-core" % "1.3.0"
3838
)
3939
```
4040

build.sbt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ lazy val scalaOAuth2ProviderSettings =
3232
<url>https://github.com/nulab/scala-oauth2-provider</url>
3333
<connection>scm:git:git@github.com:nulab/scala-oauth2-provider.git</connection>
3434
</scm>
35+
<developers>
36+
<developer>
37+
<id>tsuyoshizawa</id>
38+
<name>Tsuyoshi Yoshizawa</name>
39+
<url>https://github.com/tsuyoshizawa</url>
40+
</developer>
41+
</developers>
3542
)
3643

3744
lazy val root = Project(
@@ -40,7 +47,7 @@ lazy val root = Project(
4047
settings = scalaOAuth2ProviderSettings ++ Seq(
4148
name := "scala-oauth2-core",
4249
description := "OAuth 2.0 server-side implementation written in Scala",
43-
version := "1.2.1-SNAPSHOT",
50+
version := "1.3.0",
4451
libraryDependencies ++= commonDependenciesInTestScope
4552
)
4653
)

0 commit comments

Comments
 (0)