We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece8b34 commit 3776afbCopy full SHA for 3776afb
project/Build.scala
@@ -415,9 +415,9 @@ object Build {
415
libraryDependencies ++= Seq(
416
"org.scala-lang.modules" % "scala-asm" % "9.1.0-scala-1", // used by the backend
417
Dependencies.oldCompilerInterface, // we stick to the old version to avoid deprecation warnings
418
- "org.jline" % "jline-reader" % "3.15.0", // used by the REPL
419
- "org.jline" % "jline-terminal" % "3.15.0",
420
- "org.jline" % "jline-terminal-jna" % "3.15.0" // needed for Windows
+ "org.jline" % "jline-reader" % "3.19.0", // used by the REPL
+ "org.jline" % "jline-terminal" % "3.19.0",
+ "org.jline" % "jline-terminal-jna" % "3.19.0" // needed for Windows
421
),
422
423
// For convenience, change the baseDirectory when running the compiler
0 commit comments