Skip to content

Instantly share code, notes, and snippets.

@rchatsiri
Created June 13, 2017 10:29
Show Gist options
  • Save rchatsiri/55910e9d30d7d3256dfd8047a27c2152 to your computer and use it in GitHub Desktop.
Save rchatsiri/55910e9d30d7d3256dfd8047a27c2152 to your computer and use it in GitHub Desktop.
Plugins sbt
// The Play plugin
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.5.10")
// provides server side compilation of typescript to ecmascript 5 or 3
addSbtPlugin("name.de-vries" % "sbt-typescript" % "0.3.0-beta.11")
// checks your typescript code for error prone constructions
addSbtPlugin("name.de-vries" % "sbt-tslint" % "5.1.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-digest" % "1.1.0")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.1.10")
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.8.2")
//addSbtPlugin("com.typesafe.sbt" % "sbt-js-engine" % "1.1.4")
//addSbtPlugin("com.typesafe.sbt" % "sbt-web" % "1.4.0")
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.5.0")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment