aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-03-20 15:39:14 +0100
committerJakob Odersky <jodersky@gmail.com>2015-03-20 15:39:14 +0100
commit9346e7da6b95d6a5e43f7a8f4691e8c43dc95bb6 (patch)
tree71cbca8eb7d49b34697624fb6c8281dc1a4578c6 /project/plugins.sbt
parent99e93734d846f24f2107482869fac58c9dff1774 (diff)
downloadmavigator-9346e7da6b95d6a5e43f7a8f4691e8c43dc95bb6.tar.gz
mavigator-9346e7da6b95d6a5e43f7a8f4691e8c43dc95bb6.tar.bz2
mavigator-9346e7da6b95d6a5e43f7a8f4691e8c43dc95bb6.zip
move mavlink plugin to separate project
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