Skip to content

Commit 39918a5

Browse files
committed
add Skinny ORM example
1 parent f40369f commit 39918a5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ object MyController extends Controller {
191191

192192
### Playframework 2.3
193193

194+
- https://github.com/tsuyoshizawa/scala-oauth2-provider-example-skinny-orm
194195
- https://github.com/davidseth/scala-oauth2-provider-slick
195196

196197
### Playframework 2.2

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Keys._
44
object ScalaOAuth2Build extends Build {
55

66
lazy val _organization = "com.nulab-inc"
7-
lazy val _version = "0.13.3"
7+
lazy val _version = "0.14.0-SNAPSHOT"
88
lazy val _playVersion = "2.3.7"
99

1010
val _scalaVersion = "2.10.5"

0 commit comments

Comments
 (0)