From f9b52c7086ad1541cb949dd4ff2412990bde792e Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Wed, 2 Sep 2015 13:07:43 +1000 Subject: REPL depends on presentation compiler In preparation for use of the presentation compiler to drive REPL tab completion, add a dependency in the build. As far as the outside world is concerned, these are already comingled in scala-compiler.jar, and this patch doesn't change that. --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index 7690df5430..495538c31e 100644 --- a/build.sbt +++ b/build.sbt @@ -200,7 +200,7 @@ lazy val repl = configureAsSubproject(project) run <<= (run in Compile).partialInput(" -usejavacp") // Automatically add this so that `repl/run` works without additional arguments. ) .settings(disableDocsAndPublishingTasks: _*) - .dependsOn(compiler) + .dependsOn(compiler, interactive) lazy val scaladoc = configureAsSubproject(project) .settings( -- cgit v1.2.3