summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2017-10-17 06:03:36 -0700
committerLi Haoyi <haoyi.sg@gmail.com>2017-10-17 06:11:28 -0700
commitaa5eb186c044e0c00d512e0c009e9d519a753e0c (patch)
treec4d28c2132c303578b3038deac1b36752520b5ed /build.sbt
parentdef1d68ebacc38cc93f4de83f5ed08ee6014d806 (diff)
downloadmill-aa5eb186c044e0c00d512e0c009e9d519a753e0c.tar.gz
mill-aa5eb186c044e0c00d512e0c009e9d519a753e0c.tar.bz2
mill-aa5eb186c044e0c00d512e0c009e9d519a753e0c.zip
Include Tarjan's algorithm, for doing a topological sort which elegantly handles cycles
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"