aboutsummaryrefslogtreecommitdiffstats
path: root/build.sbt
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-02-19 12:04:34 -0600
committerJesse Luehrs <doy@tozt.net>2013-02-19 12:04:34 -0600
commita6a4c00f4ce823ecdcb6e4e15fec3a0a0f7fc89c (patch)
tree9508157d634c8d752b8ebb73c145837578a65c02 /build.sbt
downloadscala-test-more-a6a4c00f4ce823ecdcb6e4e15fec3a0a0f7fc89c.tar.gz
scala-test-more-a6a4c00f4ce823ecdcb6e4e15fec3a0a0f7fc89c.zip
initial commit
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt11
1 files changed, 11 insertions, 0 deletions
diff --git a/build.sbt b/build.sbt
new file mode 100644
index 0000000..5150ced
--- /dev/null
+++ b/build.sbt
@@ -0,0 +1,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")