OSDN Git Service

initial commit
[open-pdm-light/PartList.git] / PartsList / PartsList / project / plugins.sbt
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
8 addSbtPlugin("com.github.play2war" % "play2-war-plugin" % "1.0")
9
10 addSbtPlugin("play" % "sbt-plugin" % "2.1.1")