Skip to content

Commit bb9389b

Browse files
Backport "REPL: JLine 3.27.0 (was 3.25.1)" to 3.6.0 (#21772)
Backports #21752 to 3.6.0-RC1 Co-authored-by: Seth Tisue <[email protected]>
1 parent 83ba0de commit bb9389b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project/Build.scala

+3-3
Original file line numberDiff line numberDiff line change
@@ -694,9 +694,9 @@ object Build {
694694
libraryDependencies ++= Seq(
695695
"org.scala-lang.modules" % "scala-asm" % "9.7.0-scala-2", // used by the backend
696696
Dependencies.compilerInterface,
697-
"org.jline" % "jline-reader" % "3.25.1", // used by the REPL
698-
"org.jline" % "jline-terminal" % "3.25.1",
699-
"org.jline" % "jline-terminal-jna" % "3.25.1", // needed for Windows
697+
"org.jline" % "jline-reader" % "3.27.0", // used by the REPL
698+
"org.jline" % "jline-terminal" % "3.27.0",
699+
"org.jline" % "jline-terminal-jna" % "3.27.0", // needed for Windows
700700
("io.get-coursier" %% "coursier" % "2.0.16" % Test).cross(CrossVersion.for3Use2_13),
701701
),
702702

0 commit comments

Comments
 (0)