aboutsummaryrefslogtreecommitdiffstats
path: root/build.sbt
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-02-19 17:15:57 -0600
committerJesse Luehrs <doy@tozt.net>2013-02-20 02:22:37 -0600
commit2885060d44bfc38061f25bad13007abb250dbae8 (patch)
treea5df282763c074aa1f1fe47c53a12eed4a16a762 /build.sbt
parent74920859d11e776bc941493fbf0a66a3de93d805 (diff)
downloadscala-test-more-2885060d44bfc38061f25bad13007abb250dbae8.tar.gz
scala-test-more-2885060d44bfc38061f25bad13007abb250dbae8.zip
actually, stop using tap4j
tap is simple enough that it doesn't buy us a whole lot, and java style libraries are painful to work with because java is awful, and it doesn't even provide a streaming interface, which is a pretty useful feature for tap producers
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt2
1 files changed, 0 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index 5150ced..7448a33 100644
--- a/build.sbt
+++ b/build.sbt
@@ -4,8 +4,6 @@ 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")