We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4dfc72 commit 75d55ccCopy full SHA for 75d55cc
project/Build.scala
@@ -518,7 +518,8 @@ object Build {
518
("org.scala-lang.modules" %% "scala-xml" % "1.1.0").withDottyCompat(scalaVersion.value),
519
"org.scala-lang" % "scala-library" % scalacVersion % "test",
520
Dependencies.compilerInterface(sbtVersion.value),
521
- "org.jline" % "jline" % "3.7.0" // used by the REPL
+ "org.jline" % "jline" % "3.7.0", // used by the REPL
522
+ "org.jline" % "jline-terminal-jna" % "3.7.0" // needed for Windows
523
),
524
525
// For convenience, change the baseDirectory when running the compiler
0 commit comments