From b57a8c710d94ab6ce35fbbb0b9fc00649792e4be Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Thu, 4 Feb 2016 00:45:17 -0800 Subject: Remove stale plugins --- project/plugins.sbt | 6 ------ 1 file changed, 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") -- cgit v1.2.3