From e41f4fdd0efd9b19d5363def8ecb057fc6326d57 Mon Sep 17 00:00:00 2001 From: Vlad Ureche Date: Thu, 23 Jan 2014 21:24:57 +0100 Subject: Build infrastructure --- build.sbt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index 8e84bd19c..1891b2105 100644 --- a/build.sbt +++ b/build.sbt @@ -1,13 +1,14 @@ + name := "dotty" -organization := "lamp" +scalaVersion in Global := "2.11.0-M7" -scalaVersion := "2.10.0" +version in Global := "0.1-SNAPSHOT" -scalaSource in Compile <<= baseDirectory / "src" +organization in Global := "org.scala-lang" -scalacOptions in Global ++= Seq("-feature", "-deprecation", "-language:_") +organizationName in Global := "LAMP/EPFL" -libraryDependencies <+= scalaVersion ( sv => "org.scala-lang" % "scala-reflect" % sv ) +organizationHomepage in Global := Some(url("http://lamp.epfl.ch")) -scalaSource in Test <<= baseDirectory / "test" \ No newline at end of file +homepage in Global := Some(url("http://scala-lang.org")) -- cgit v1.2.3