aboutsummaryrefslogtreecommitdiff
path: root/vfd-index/build.sbt
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-12-28 11:54:00 +0100
committerJakob Odersky <jakob@odersky.com>2016-01-29 13:50:37 -0800
commit4f4c799a6d9ccf333a3e609a2464e2f317875af7 (patch)
tree599232dd8c97fa9eb8f3426ea4375216ecadb386 /vfd-index/build.sbt
parentc77bf21e7f4c197d34d23b2aebe5953a75d099e2 (diff)
downloadmavigator-4f4c799a6d9ccf333a3e609a2464e2f317875af7.tar.gz
mavigator-4f4c799a6d9ccf333a3e609a2464e2f317875af7.tar.bz2
mavigator-4f4c799a6d9ccf333a3e609a2464e2f317875af7.zip
Rename project and update dependencies
Diffstat (limited to 'vfd-index/build.sbt')
-rw-r--r--vfd-index/build.sbt8
1 files changed, 0 insertions, 8 deletions
diff --git a/vfd-index/build.sbt b/vfd-index/build.sbt
deleted file mode 100644
index 31b502d..0000000
--- a/vfd-index/build.sbt
+++ /dev/null
@@ -1,8 +0,0 @@
-import vfd.{ScalaJS, VfdBuild}
-
-enablePlugins(ScalaJSPlugin)
-enablePlugins(ScalaJSPlay)
-
-VfdBuild.defaultSettings
-
-ScalaJS.settings