We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f40369f commit 39918a5Copy full SHA for 39918a5
README.md
@@ -191,6 +191,7 @@ object MyController extends Controller {
191
192
### Playframework 2.3
193
194
+- https://github.com/tsuyoshizawa/scala-oauth2-provider-example-skinny-orm
195
- https://github.com/davidseth/scala-oauth2-provider-slick
196
197
### Playframework 2.2
project/Build.scala
@@ -4,7 +4,7 @@ import Keys._
4
object ScalaOAuth2Build extends Build {
5
6
lazy val _organization = "com.nulab-inc"
7
- lazy val _version = "0.13.3"
+ lazy val _version = "0.14.0-SNAPSHOT"
8
lazy val _playVersion = "2.3.7"
9
10
val _scalaVersion = "2.10.5"
0 commit comments