summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
Diffstat (limited to 'build.sc')
-rw-r--r--build.sc4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.sc b/build.sc
index e8e781e..be26aa4 100644
--- a/build.sc
+++ b/build.sc
@@ -7,7 +7,9 @@ object cask extends ScalaModule{
ivy"io.undertow:undertow-core:2.0.11.Final",
ivy"com.github.scopt::scopt:3.5.0",
ivy"com.lihaoyi::upickle:0.6.6",
- ivy"com.lihaoyi::scalatags:0.6.7"
+ ivy"com.lihaoyi::scalatags:0.6.7",
+ ivy"com.lihaoyi::fastparse:1.0.0",
+ ivy"com.lihaoyi::pprint:0.5.3",
)
def compileIvyDeps = Agg(ivy"com.lihaoyi::acyclic:0.1.7")
def scalacOptions = Seq("-P:acyclic:force")