Skip to content

Commit

Permalink
Bump JLine to 3.24.1-> 3.25.1
Browse files Browse the repository at this point in the history
[Cherry-picked adc2205]
  • Loading branch information
hamzaremmal authored and WojciechMazur committed Jul 1, 2024
1 parent de16497 commit 15c3f9c
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 @@ -579,9 +579,9 @@ object Build {
libraryDependencies ++= Seq(
"org.scala-lang.modules" % "scala-asm" % "9.6.0-scala-1", // used by the backend
Dependencies.compilerInterface,
"org.jline" % "jline-reader" % "3.24.1", // used by the REPL
"org.jline" % "jline-terminal" % "3.24.1",
"org.jline" % "jline-terminal-jna" % "3.24.1", // needed for Windows
"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
("io.get-coursier" %% "coursier" % "2.0.16" % Test).cross(CrossVersion.for3Use2_13),
),

Expand Down

0 comments on commit 15c3f9c

Please sign in to comment.