Skip to content

Commit 7b12a1c

Browse files
REPL: JLine 3.29.0 (was 3.27.1) (#22679)
we have also taken this upgrade for forthcoming Scala 2.13.17
2 parents 2b4d157 + 064c3df commit 7b12a1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project/Build.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -780,9 +780,9 @@ object Build {
780780
libraryDependencies ++= Seq(
781781
"org.scala-lang.modules" % "scala-asm" % "9.7.1-scala-1", // used by the backend
782782
Dependencies.compilerInterface,
783-
"org.jline" % "jline-reader" % "3.27.1", // used by the REPL
784-
"org.jline" % "jline-terminal" % "3.27.1",
785-
"org.jline" % "jline-terminal-jni" % "3.27.1", // needed for Windows
783+
"org.jline" % "jline-reader" % "3.29.0", // used by the REPL
784+
"org.jline" % "jline-terminal" % "3.29.0",
785+
"org.jline" % "jline-terminal-jni" % "3.29.0", // needed for Windows
786786
("io.get-coursier" %% "coursier" % "2.0.16" % Test).cross(CrossVersion.for3Use2_13),
787787
),
788788

0 commit comments

Comments
 (0)