aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt7
1 files changed, 7 insertions, 0 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
new file mode 100644
index 0000000..5c18aad
--- /dev/null
+++ b/project/plugins.sbt
@@ -0,0 +1,7 @@
+//resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releases/",
+
+addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.3.8")
+
+addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.1")
+
+addSbtPlugin("com.github.jodersky" % "sbt-mavlink" % "0.1-SNAPSHOT") \ No newline at end of file