Skip to content

Commit 842d69d

Browse files
committed
fix scala task in our sbt build so REPL has JLine features again
fixes scala/scala-dev#755
1 parent ec6078f commit 842d69d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,7 @@ lazy val replFrontend = configureAsSubproject(project, srcdir = Some("repl-front
597597
.settings(
598598
run := (Compile / run).partialInput(" -usejavacp").evaluated, // so `replFrontend/run` works
599599
Compile / run / javaOptions += s"-Dscala.color=${!scala.util.Properties.isWin}",
600+
Compile / run / javaOptions += "-Dorg.jline.terminal.output=forced-out",
600601
)
601602
.dependsOn(repl)
602603

0 commit comments

Comments
 (0)