summaryrefslogtreecommitdiffstats
path: root/build.sbt
blob: c26002fa8440bd68b3f37f4245d11b7dd649a5ac (plain) (blame)
1
2
3
4
5
6
7
name         := "scala-di-test"

version      := "0.01"

scalaVersion := "2.10.0"

scalacOptions ++= Seq("-deprecation", "-unchecked", "-feature")