summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.sbt b/build.sbt
index 6d412fc5..7478db4f 100644
--- a/build.sbt
+++ b/build.sbt
@@ -4,6 +4,9 @@ name := "hbt"
organization := "com.lihaoyi"
+libraryDependencies += "com.lihaoyi" %% "utest" % "0.5.4" % "test"
+
+testFrameworks += new TestFramework("utest.runner.Framework")
libraryDependencies += "com.lihaoyi" %% "sourcecode" % "0.1.4"