Skip to content

Commit

Permalink
version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuyoshizawa committed Aug 9, 2019
1 parent 2313fe6 commit f4bc29b
Show file tree
Hide file tree
Showing 2 changed files with 2 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.4.0"
"com.nulab-inc" %% "scala-oauth2-core" % "1.5.0"
)
```

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ lazy val root = (project in file("."))
scalaOAuth2ProviderSettings,
name := "scala-oauth2-core",
description := "OAuth 2.0 server-side implementation written in Scala",
version := "1.4.1-SNAPSHOT",
version := "1.5.0",
libraryDependencies ++= commonDependenciesInTestScope
)

0 comments on commit f4bc29b

Please sign in to comment.