Skip to content

Commit f4bc29b

Browse files
committed
version 1.5.0
1 parent 2313fe6 commit f4bc29b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.md

+1-1
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.4.0"
37+
"com.nulab-inc" %% "scala-oauth2-core" % "1.5.0"
3838
)
3939
```
4040

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ lazy val root = (project in file("."))
6565
scalaOAuth2ProviderSettings,
6666
name := "scala-oauth2-core",
6767
description := "OAuth 2.0 server-side implementation written in Scala",
68-
version := "1.4.1-SNAPSHOT",
68+
version := "1.5.0",
6969
libraryDependencies ++= commonDependenciesInTestScope
7070
)

0 commit comments

Comments
 (0)