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 {
24
24
25
25
/** jline-terminal jar */
26
26
lazy val jlineTerminal : String =
27
- findJarFromRuntime(" jline-terminal-3.7 .0" )
27
+ findJarFromRuntime(" jline-terminal-3.9 .0" )
28
28
29
29
/** jline-reader jar */
30
30
lazy val jlineReader : String =
31
- findJarFromRuntime(" jline-reader-3.7 .0" )
31
+ findJarFromRuntime(" jline-reader-3.9 .0" )
32
32
33
33
/** Dotty extras classpath from env or properties */
34
34
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 {
517
517
(" org.scala-lang.modules" %% " scala-xml" % " 1.1.0" ).withDottyCompat(scalaVersion.value),
518
518
" org.scala-lang" % " scala-library" % scalacVersion % " test" ,
519
519
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
523
523
),
524
524
525
525
// For convenience, change the baseDirectory when running the compiler
You can’t perform that action at this time.
0 commit comments