You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gakuzzzz edited this page Oct 6, 2012
·
3 revisions
play2.1-snapshot
Adding dependsOn method into your Build.scala as follows.
lazyvalmain=PlayProject(appName, appVersion, appDependencies, mainLang =SCALA).settings(
// Add your own project settings here
).dependsOn(play21auth)
lazyvalplay21auth= uri("https://github.com/t2v/play20-auth.git#play21")
The play21 branch is a version for Play2.1-SNAPSHOT