Skip to content

Commit e08fd59

Browse files
Merge pull request #11707 from griggt/jline-3.19.0
Upgrade JLine to 3.19.0
2 parents ffea5a7 + 94ed096 commit e08fd59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: project/Build.scala

+3-3
Original file line numberDiff line numberDiff line change
@@ -415,9 +415,9 @@ object Build {
415415
libraryDependencies ++= Seq(
416416
"org.scala-lang.modules" % "scala-asm" % "9.1.0-scala-1", // used by the backend
417417
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
418+
"org.jline" % "jline-reader" % "3.19.0", // used by the REPL
419+
"org.jline" % "jline-terminal" % "3.19.0",
420+
"org.jline" % "jline-terminal-jna" % "3.19.0" // needed for Windows
421421
),
422422

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

0 commit comments

Comments
 (0)