Skip to content

Commit 3776afb

Browse files
griggtmichelou
authored andcommitted
Upgrade JLine to 3.19.0
Aligns with Scala 2.13.5: scala/scala#9467 and sbt 1.4.8: sbt/sbt#6366 Fixes scala#11488
1 parent ece8b34 commit 3776afb

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)