Skip to content

Commit

Permalink
JLine 3.27.1 (was 3.27.0)
Browse files Browse the repository at this point in the history
[Cherry-picked e5e4c40]
  • Loading branch information
SethTisue authored and WojciechMazur committed Dec 30, 2024
1 parent beb40d8 commit 484c29e
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 @@ -741,9 +741,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.27.0", // used by the REPL
"org.jline" % "jline-terminal" % "3.27.0",
"org.jline" % "jline-terminal-jni" % "3.27.0", // needed for Windows
"org.jline" % "jline-reader" % "3.27.1", // used by the REPL
"org.jline" % "jline-terminal" % "3.27.1",
"org.jline" % "jline-terminal-jni" % "3.27.1", // needed for Windows
("io.get-coursier" %% "coursier" % "2.0.16" % Test).cross(CrossVersion.for3Use2_13),
),

Expand Down

0 comments on commit 484c29e

Please sign in to comment.