Mercurial > hg > Members > nobuyasu > Consensus
annotate project/plugins.sbt @ 60:589bc7c508cc
add initialData method
author | one |
---|---|
date | Tue, 13 Nov 2012 03:41:28 +0900 |
parents | ed77c5258568 |
children |
rev | line source |
---|---|
0 | 1 // Comment to get more information during initialization |
2 logLevel := Level.Warn | |
3 | |
4 // The Typesafe repository | |
5 resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/" | |
6 | |
7 // Use the Play sbt plugin for Play projects | |
57 | 8 addSbtPlugin("play" % "sbt-plugin" % "2.0.3") |
9 //addSbtPlugin("play" % "sbt-plugin" % "2.0.4") |