aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt14
1 files changed, 0 insertions, 14 deletions
diff --git a/build.sbt b/build.sbt
deleted file mode 100644
index 24f2c12d7..000000000
--- a/build.sbt
+++ /dev/null
@@ -1,14 +0,0 @@
-
-name := "dotty"
-
-scalaVersion in Global := "2.11.5"
-
-version in Global := "0.1-SNAPSHOT"
-
-organization in Global := "org.scala-lang"
-
-organizationName in Global := "LAMP/EPFL"
-
-organizationHomepage in Global := Some(url("http://lamp.epfl.ch"))
-
-homepage in Global := Some(url("http://scala-lang.org"))