aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
blob: 460a4617d4c49daf979119e32192bd0f8e3a3ef0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name := "dotty"

scalaVersion in Global := "2.11.0-RC3"

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"))