Skip to content

Commit 174d4c6

Browse files
committed
Bump JLine to 3.19.0 -> 3.25.1
1 parent bbedb45 commit 174d4c6

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
@@ -624,9 +624,9 @@ object Build {
624624
libraryDependencies ++= Seq(
625625
"org.scala-lang.modules" % "scala-asm" % "9.6.0-scala-1", // used by the backend
626626
Dependencies.compilerInterface,
627-
"org.jline" % "jline-reader" % "3.19.0", // used by the REPL
628-
"org.jline" % "jline-terminal" % "3.19.0",
629-
"org.jline" % "jline-terminal-jna" % "3.19.0", // needed for Windows
627+
"org.jline" % "jline-reader" % "3.25.1", // used by the REPL
628+
"org.jline" % "jline-terminal" % "3.25.1",
629+
"org.jline" % "jline-terminal-jna" % "3.25.1", // needed for Windows
630630
("io.get-coursier" %% "coursier" % "2.0.16" % Test).cross(CrossVersion.for3Use2_13),
631631
),
632632

0 commit comments

Comments
 (0)