Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"
  2.  
  3. // The Play plugin
  4. addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.3.5")
  5.  
  6. // web plugins
  7.  
  8. addSbtPlugin("com.typesafe.sbt" % "sbt-coffeescript" % "1.0.0")
  9.  
  10. addSbtPlugin("com.typesafe.sbt" % "sbt-less" % "1.0.0")
  11.  
  12. addSbtPlugin("com.typesafe.sbt" % "sbt-jshint" % "1.0.1")
  13.  
  14. addSbtPlugin("com.typesafe.sbt" % "sbt-rjs" % "1.0.1")
  15.  
  16. addSbtPlugin("com.typesafe.sbt" % "sbt-digest" % "1.0.0")
  17.  
  18. addSbtPlugin("com.typesafe.sbt" % "sbt-mocha" % "1.0.0")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement