aboutsummaryrefslogtreecommitdiffstats
path: root/build.sbt
blob: 5805811ecb357401a70c97e0cbd5f34cc7bf2b42 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
name         := "scala-test-builder"

version      := "0.01"

scalaVersion := "2.10.0"

libraryDependencies += "org.scala-tools.testing" % "test-interface" % "0.5"

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

testFrameworks += new TestFramework("org.perl8.test.sbt.Framework")