Created
June 11, 2014 16:41
-
-
Save m242/55af736966cfef361b22 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/" | |
// The Play plugin | |
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.3.0") | |
// web plugins | |
addSbtPlugin("com.typesafe.sbt" % "sbt-coffeescript" % "1.0.0") | |
addSbtPlugin("com.typesafe.sbt" % "sbt-less" % "1.0.0") | |
addSbtPlugin("com.typesafe.sbt" % "sbt-jshint" % "1.0.0") | |
addSbtPlugin("com.typesafe.sbt" % "sbt-rjs" % "1.0.1") | |
addSbtPlugin("com.typesafe.sbt" % "sbt-gzip" % "1.0.0") | |
addSbtPlugin("com.typesafe.sbt" % "sbt-digest" % "1.0.0") | |
addSbtPlugin("com.typesafe.sbt" % "sbt-mocha" % "1.0.0") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment