File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -415,9 +415,9 @@ object Build {
415415 libraryDependencies ++= Seq (
416416 " org.scala-lang.modules" % " scala-asm" % " 9.1.0-scala-1" , // used by the backend
417417 Dependencies .oldCompilerInterface, // we stick to the old version to avoid deprecation warnings
418- " org.jline" % " jline-reader" % " 3.15 .0" , // used by the REPL
419- " org.jline" % " jline-terminal" % " 3.15 .0" ,
420- " org.jline" % " jline-terminal-jna" % " 3.15 .0" // needed for Windows
418+ " org.jline" % " jline-reader" % " 3.19 .0" , // used by the REPL
419+ " org.jline" % " jline-terminal" % " 3.19 .0" ,
420+ " org.jline" % " jline-terminal-jna" % " 3.19 .0" // needed for Windows
421421 ),
422422
423423 // For convenience, change the baseDirectory when running the compiler
You can’t perform that action at this time.
0 commit comments