forked from t2v/play2-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
gakuzzzz edited this page Dec 26, 2012
·
6 revisions
Add a dependency declaration into your Build.scala
or build.sbt
file:
-
for Play2.1.x
"jp.t2v" %% "play21.auth" % "0.6"
-
Current snapshot version
"jp.t2v" %% "play20.auth" % "0.5"
For example your Build.scala
might look like this:
val appDependencies = Seq(
"jp.t2v" %% "play21.auth" % "0.6"
)
val main = PlayProject(appName, appVersion, appDependencies, mainLang = SCALA)
You don't need to create a play.plugins
file.