Skip to content

Commit

Permalink
Upgrade JLine to 3.19.0
Browse files Browse the repository at this point in the history
Aligns with Scala 2.13.5: scala/scala#9467 and sbt 1.4.8: sbt/sbt#6366

Fixes scala#11488
  • Loading branch information
griggt committed Mar 12, 2021
1 parent cc87d06 commit 94ed096
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 @@ -415,9 +415,9 @@ object Build {
libraryDependencies ++= Seq(
"org.scala-lang.modules" % "scala-asm" % "9.1.0-scala-1", // used by the backend
Dependencies.oldCompilerInterface, // we stick to the old version to avoid deprecation warnings
"org.jline" % "jline-reader" % "3.15.0", // used by the REPL
"org.jline" % "jline-terminal" % "3.15.0",
"org.jline" % "jline-terminal-jna" % "3.15.0" // needed for Windows
"org.jline" % "jline-reader" % "3.19.0", // used by the REPL
"org.jline" % "jline-terminal" % "3.19.0",
"org.jline" % "jline-terminal-jna" % "3.19.0" // needed for Windows
),

// For convenience, change the baseDirectory when running the compiler
Expand Down

0 comments on commit 94ed096

Please sign in to comment.