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

scalaVersion in Global := "2.11.0-M7"

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