File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ object Jars {
2424
2525 /** jline-terminal jar */
2626 lazy val jlineTerminal : String =
27- findJarFromRuntime(" jline-terminal-3.7 .0" )
27+ findJarFromRuntime(" jline-terminal-3.9 .0" )
2828
2929 /** jline-reader jar */
3030 lazy val jlineReader : String =
31- findJarFromRuntime(" jline-reader-3.7 .0" )
31+ findJarFromRuntime(" jline-reader-3.9 .0" )
3232
3333 /** Dotty extras classpath from env or properties */
3434 val dottyExtras : List [String ] = sys.env.get(" DOTTY_EXTRAS" )
Original file line number Diff line number Diff line change @@ -517,9 +517,9 @@ object Build {
517517 (" org.scala-lang.modules" %% " scala-xml" % " 1.1.0" ).withDottyCompat(scalaVersion.value),
518518 " org.scala-lang" % " scala-library" % scalacVersion % " test" ,
519519 Dependencies .compilerInterface(sbtVersion.value),
520- " org.jline" % " jline-reader" % " 3.7 .0" , // used by the REPL
521- " org.jline" % " jline-terminal" % " 3.7 .0" ,
522- " org.jline" % " jline-terminal-jna" % " 3.7 .0" // needed for Windows
520+ " org.jline" % " jline-reader" % " 3.9 .0" , // used by the REPL
521+ " org.jline" % " jline-terminal" % " 3.9 .0" ,
522+ " org.jline" % " jline-terminal-jna" % " 3.9 .0" // needed for Windows
523523 ),
524524
525525 // For convenience, change the baseDirectory when running the compiler
You can’t perform that action at this time.
0 commit comments