lila/project/plugins.sbt
Thibault Duplessis a58d77da6c Move to play 2.1
2012-05-11 15:02:54 +02:00

9 lines
291 B
Scala

// Comment to get more information during initialization
logLevel := Level.Warn
// The Typesafe repository
resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"
// Use the Play sbt plugin for Play projects
addSbtPlugin("play" % "sbt-plugin" % "2.1-SNAPSHOT")