Skip to content

Commit 75d55cc

Browse files
committed
Add dependency on jline-terminal-jna for Windows
1 parent f4dfc72 commit 75d55cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project/Build.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,8 @@ object Build {
518518
("org.scala-lang.modules" %% "scala-xml" % "1.1.0").withDottyCompat(scalaVersion.value),
519519
"org.scala-lang" % "scala-library" % scalacVersion % "test",
520520
Dependencies.compilerInterface(sbtVersion.value),
521-
"org.jline" % "jline" % "3.7.0" // used by the REPL
521+
"org.jline" % "jline" % "3.7.0", // used by the REPL
522+
"org.jline" % "jline-terminal-jna" % "3.7.0" // needed for Windows
522523
),
523524

524525
// For convenience, change the baseDirectory when running the compiler

0 commit comments

Comments
 (0)