Skip to content

Commit

Permalink
Merge pull request #10695 from SethTisue/scala-dev-755
Browse files Browse the repository at this point in the history
fix `scala` task in our sbt build so REPL has JLine features again
  • Loading branch information
SethTisue committed Feb 21, 2024
2 parents ec6078f + 842d69d commit fcc67cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Expand Up @@ -597,6 +597,7 @@ lazy val replFrontend = configureAsSubproject(project, srcdir = Some("repl-front
.settings(
run := (Compile / run).partialInput(" -usejavacp").evaluated, // so `replFrontend/run` works
Compile / run / javaOptions += s"-Dscala.color=${!scala.util.Properties.isWin}",
Compile / run / javaOptions += "-Dorg.jline.terminal.output=forced-out",
)
.dependsOn(repl)

Expand Down

0 comments on commit fcc67cd

Please sign in to comment.