Skip to content

Commit 15c3f9c

Browse files
hamzaremmalWojciechMazur
authored andcommitted
Bump JLine to 3.24.1-> 3.25.1
[Cherry-picked adc2205]
1 parent de16497 commit 15c3f9c

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
@@ -579,9 +579,9 @@ object Build {
579579
libraryDependencies ++= Seq(
580580
"org.scala-lang.modules" % "scala-asm" % "9.6.0-scala-1", // used by the backend
581581
Dependencies.compilerInterface,
582-
"org.jline" % "jline-reader" % "3.24.1", // used by the REPL
583-
"org.jline" % "jline-terminal" % "3.24.1",
584-
"org.jline" % "jline-terminal-jna" % "3.24.1", // needed for Windows
582+
"org.jline" % "jline-reader" % "3.25.1", // used by the REPL
583+
"org.jline" % "jline-terminal" % "3.25.1",
584+
"org.jline" % "jline-terminal-jna" % "3.25.1", // needed for Windows
585585
("io.get-coursier" %% "coursier" % "2.0.16" % Test).cross(CrossVersion.for3Use2_13),
586586
),
587587

0 commit comments

Comments
 (0)