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

version      := "0.01"

scalaVersion := "2.10.0"

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

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

testFrameworks += new TestFramework("com.iinteractive.test.sbt.Framework")