From e52c6f57ef42b54a355d0976cb43f6762280e855 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Wed, 25 Jul 2018 18:46:43 +0800 Subject: Basic invocation error renderer copied from Ammonite --- build.sc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'build.sc') 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") -- cgit v1.2.3