|
Play Framework/Scala example source code file (plugins.sbt)
The plugins.sbt Play Framework example source code
// Copyright (C) 2009-2013 Typesafe Inc. <http://www.typesafe.com>
logLevel := Level.Warn
scalacOptions ++= Seq("-deprecation", "-language:_")
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.0.2")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.6")
addSbtPlugin("com.typesafe.sbt" % "sbt-scalariform" % "1.2.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "0.7.2-RC1")
libraryDependencies <+= sbtVersion { sv =>
"org.scala-sbt" % "scripted-plugin" % sv
}
libraryDependencies += "org.webjars" % "webjars-locator" % "0.12"
Other Play Framework source code examplesHere is a short list of links related to this Play Framework plugins.sbt source code file: |
| ... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.