aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-12-22 14:52:11 +0100
committerJakob Odersky <jodersky@gmail.com>2015-12-22 14:52:11 +0100
commitc77bf21e7f4c197d34d23b2aebe5953a75d099e2 (patch)
treed115e09e2ba599eb491d961b3409dce11936b49e /project/plugins.sbt
parent58daf3b0559d4facbb09fcc375a0b3d4ff9010cf (diff)
downloadmavigator-c77bf21e7f4c197d34d23b2aebe5953a75d099e2.tar.gz
mavigator-c77bf21e7f4c197d34d23b2aebe5953a75d099e2.tar.bz2
mavigator-c77bf21e7f4c197d34d23b2aebe5953a75d099e2.zip
Update versions and build confuguration
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt12
1 files changed, 6 insertions, 6 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 06a9a7b..71b5073 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -12,16 +12,16 @@ resolvers += "jgit-repo" at "http://download.eclipse.org/jgit/maven"
*/
// play web framework
-addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.3.9")
+addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.4.6")
// add support for scalajs
-addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.2")
+addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.5")
// 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.1")
+addSbtPlugin("com.github.jodersky" % "sbt-mavlink" % "0.5.2")
/*
@@ -29,10 +29,10 @@ addSbtPlugin("com.github.jodersky" % "sbt-mavlink" % "0.5.1")
*/
// automate publishing documentation
-addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "0.8.1")
+//addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "0.8.2")
// publish to github pages
-addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.5.3")
+//addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.5.4")
// generate documentation for all projects
-addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.3.2")
+//addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.3.3")