aboutsummaryrefslogtreecommitdiffstats
path: root/build.sbt
blob: 5150ced36acfa28b03df8782959ed3b50a0be2ba (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.tap4j" % "tap4j" % "4.0"

libraryDependencies += "org.scalatest" % "scalatest_2.10" % "1.9.1" % "test"

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