annotate project/plugins.sbt @ 60:589bc7c508cc

add initialData method
author one
date Tue, 13 Nov 2012 03:41:28 +0900
parents ed77c5258568
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 // Comment to get more information during initialization
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
2 logLevel := Level.Warn
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
3
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
4 // The Typesafe repository
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
5 resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
6
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
7 // Use the Play sbt plugin for Play projects
57
ed77c5258568 modify getAllUpperClaims
one
parents: 0
diff changeset
8 addSbtPlugin("play" % "sbt-plugin" % "2.0.3")
ed77c5258568 modify getAllUpperClaims
one
parents: 0
diff changeset
9 //addSbtPlugin("play" % "sbt-plugin" % "2.0.4")