aboutsummaryrefslogblamecommitdiff
path: root/build.sbt
blob: 8e84bd19c73e4777dc14f828c5de3207c9a56893 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                                      
name := "dotty"

organization := "lamp"

scalaVersion := "2.10.0"

scalaSource in Compile <<= baseDirectory / "src"

scalacOptions in Global ++= Seq("-feature", "-deprecation", "-language:_")

libraryDependencies <+= scalaVersion ( sv => "org.scala-lang" % "scala-reflect" % sv )

scalaSource in Test <<= baseDirectory / "test"