source: Dev/branches/play-2.0.1/samples/scala/websocket-chat/project/plugins.sbt @ 322

Last change on this file since 322 was 322, checked in by hendrikvanantwerpen, 13 years ago

Added Play! framework and application with Jena dependency. Working on
the basic things now (login/register), after that start implementing
our data model.

File size: 335 bytes
Line 
1// Comment to get more information during initialization
2logLevel := Level.Warn
3
4// The Typesafe repository
5resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"
6
7// Use the Play sbt plugin for Play projects
8addSbtPlugin("play" % "sbt-plugin" % Option(System.getProperty("play.version")).getOrElse("2.0"))
Note: See TracBrowser for help on using the repository browser.