File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,14 @@ Add "play2-oauth2-provider" to library dependencies of your project.
88
99``` scala
1010libraryDependencies ++= 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
1616Library version | Play version
1717--------------- | ------------
18+ 1.5.0 | 2.8.x
18191.4.2 | 2.7.x
19201.3.0 | 2.6.x
20211.2.0 | 2.5.x
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments