Skip to content

Commit

Permalink
Backport "REPL: JLine 3.27.0 (was 3.25.1)" to 3.6.0 (#21772)
Browse files Browse the repository at this point in the history
Backports #21752 to 3.6.0-RC1

Co-authored-by: Seth Tisue <[email protected]>
  • Loading branch information
WojciechMazur and SethTisue authored Oct 15, 2024
1 parent 83ba0de commit bb9389b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -694,9 +694,9 @@ object Build {
libraryDependencies ++= Seq(
"org.scala-lang.modules" % "scala-asm" % "9.7.0-scala-2", // used by the backend
Dependencies.compilerInterface,
"org.jline" % "jline-reader" % "3.25.1", // used by the REPL
"org.jline" % "jline-terminal" % "3.25.1",
"org.jline" % "jline-terminal-jna" % "3.25.1", // needed for Windows
"org.jline" % "jline-reader" % "3.27.0", // used by the REPL
"org.jline" % "jline-terminal" % "3.27.0",
"org.jline" % "jline-terminal-jna" % "3.27.0", // needed for Windows
("io.get-coursier" %% "coursier" % "2.0.16" % Test).cross(CrossVersion.for3Use2_13),
),

Expand Down

0 comments on commit bb9389b

Please sign in to comment.