aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.sbt b/build.sbt
index 596b42d..3d88004 100644
--- a/build.sbt
+++ b/build.sbt
@@ -17,6 +17,8 @@ libraryDependencies += "junit" % "junit-dep" % "4.10" % "test"
libraryDependencies += "com.novocode" % "junit-interface" % "0.10-M2" % "test"
+testOptions += Tests.Argument(TestFrameworks.JUnit, "-q", "-v", "-s")
+
autoCompilerPlugins := true
libraryDependencies <<= (scalaVersion, libraryDependencies) {