aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-02-04 00:45:17 -0800
committerJakob Odersky <jakob@odersky.com>2016-02-04 00:45:17 -0800
commitb57a8c710d94ab6ce35fbbb0b9fc00649792e4be (patch)
tree5193b3e5fffdf0e17ff1c035235a2023457c7cd0
parent1b5824d29a86a8eaa0822cb37e21eab3ae5ec302 (diff)
downloadmavigator-b57a8c710d94ab6ce35fbbb0b9fc00649792e4be.tar.gz
mavigator-b57a8c710d94ab6ce35fbbb0b9fc00649792e4be.tar.bz2
mavigator-b57a8c710d94ab6ce35fbbb0b9fc00649792e4be.zip
Remove stale plugins
-rw-r--r--project/plugins.sbt6
1 files changed, 0 insertions, 6 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index d7ba33e..152f34e 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -11,18 +11,12 @@ resolvers += "jgit-repo" at "http://download.eclipse.org/jgit/maven"
* Main plugins
*/
-// play web framework
-//addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.4.6")
-
// add support for scalajs
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.6")
// twirl html templating
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.1.1")
-// enable "smooth" dependencies between play and scalajs projects
-//addSbtPlugin("com.vmunier" % "sbt-play-scalajs" % "0.2.3")
-
// generate MAVLink protocol bindings
addSbtPlugin("com.github.jodersky" % "sbt-mavlink" % "0.5.2")