aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-03-23 22:48:30 +0100
committerJakob Odersky <jodersky@gmail.com>2015-03-23 22:48:30 +0100
commit26225ca2275fb20149efecbd287564fbed2c1e23 (patch)
tree7c1016b3862a61a505ce3b3f202ad1f8ae5fc05d
parent3123154a4729a45812e9096caa806d7fa3667d9b (diff)
downloadmavigator-26225ca2275fb20149efecbd287564fbed2c1e23.tar.gz
mavigator-26225ca2275fb20149efecbd287564fbed2c1e23.tar.bz2
mavigator-26225ca2275fb20149efecbd287564fbed2c1e23.zip
update to sbt-mavlink 0.4 (adds enum support)
-rw-r--r--project/plugins.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index ddf69ed..2b3dd3b 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -6,4 +6,4 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.2")
addSbtPlugin("com.vmunier" % "sbt-play-scalajs" % "0.2.3")
-addSbtPlugin("com.github.jodersky" % "sbt-mavlink" % "0.3") \ No newline at end of file
+addSbtPlugin("com.github.jodersky" % "sbt-mavlink" % "0.4") \ No newline at end of file