aboutsummaryrefslogtreecommitdiff
path: root/build.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 /build.sbt
parent58daf3b0559d4facbb09fcc375a0b3d4ff9010cf (diff)
downloadmavigator-c77bf21e7f4c197d34d23b2aebe5953a75d099e2.tar.gz
mavigator-c77bf21e7f4c197d34d23b2aebe5953a75d099e2.tar.bz2
mavigator-c77bf21e7f4c197d34d23b2aebe5953a75d099e2.zip
Update versions and build confuguration
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.sbt b/build.sbt
new file mode 100644
index 0000000..0941ea1
--- /dev/null
+++ b/build.sbt
@@ -0,0 +1,2 @@
+//goto main project on load
+onLoad in Global := (Command.process("project vfd-main", _: State)) compose (onLoad in Global).value