Skip to content

Commit 76edc93

Browse files
authored
Merge pull request #21 from nulab/release-1.5.0
Release 1.5.0
2 parents b554709 + 95c9119 commit 76edc93

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ Add "play2-oauth2-provider" to library dependencies of your project.
88

99
```scala
1010
libraryDependencies ++= Seq(
11-
"com.nulab-inc" %% "scala-oauth2-core" % "1.4.0",
12-
"com.nulab-inc" %% "play2-oauth2-provider" % "1.4.2"
11+
"com.nulab-inc" %% "scala-oauth2-core" % "1.5.0",
12+
"com.nulab-inc" %% "play2-oauth2-provider" % "1.5.0"
1313
)
1414
```
1515

1616
Library version | Play version
1717
--------------- | ------------
18+
1.5.0 | 2.8.x
1819
1.4.2 | 2.7.x
1920
1.3.0 | 2.6.x
2021
1.2.0 | 2.5.x

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ lazy val root = (project in file("."))
6363
scalaOAuth2ProviderSettings,
6464
name := "play2-oauth2-provider",
6565
description := "Support scala-oauth2-core library on Play Framework Scala",
66-
version := "1.4.3-SNAPSHOT",
66+
version := "1.5.0",
6767
libraryDependencies ++= Seq(
6868
"com.nulab-inc" %% "scala-oauth2-core" % "1.5.0" % "provided",
6969
"com.typesafe.play" %% "play" % playVersion % "provided",

0 commit comments

Comments
 (0)