File tree 3 files changed +6
-6
lines changed
compiler/test-coursier/dotty/tools/coursier
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ class CoursierScalaTests:
76
76
77
77
def emptyArgsEqualsRepl () =
78
78
val output = CoursierScalaTests .csScalaCmd()
79
- assertTrue(output.mkString(" \n " ).contains(" Unable to create a system terminal" )) // Scala attempted to create REPL so we can assume it is working
79
+ assertTrue(output.mkString(" \n " ).contains(" Unable to create a terminal" )) // Scala attempted to create REPL so we can assume it is working
80
80
emptyArgsEqualsRepl()
81
81
82
82
def run () =
@@ -133,7 +133,7 @@ class CoursierScalaTests:
133
133
134
134
def replWithArgs () =
135
135
val output = CoursierScalaTests .csScalaCmd(" -source" , " 3.0-migration" )
136
- assertTrue(output.mkString(" \n " ).contains(" Unable to create a system terminal" )) // Scala attempted to create REPL so we can assume it is working
136
+ assertTrue(output.mkString(" \n " ).contains(" Unable to create a terminal" )) // Scala attempted to create REPL so we can assume it is working
137
137
replWithArgs()
138
138
139
139
def argumentFile () =
Original file line number Diff line number Diff line change @@ -579,9 +579,9 @@ object Build {
579
579
libraryDependencies ++= Seq (
580
580
" org.scala-lang.modules" % " scala-asm" % " 9.6.0-scala-1" , // used by the backend
581
581
Dependencies .compilerInterface,
582
- " org.jline" % " jline-reader" % " 3.19.0 " , // used by the REPL
583
- " org.jline" % " jline-terminal" % " 3.19.0 " ,
584
- " org.jline" % " jline-terminal-jna" % " 3.19.0 " , // needed for Windows
582
+ " org.jline" % " jline-reader" % " 3.25.1 " , // used by the REPL
583
+ " org.jline" % " jline-terminal" % " 3.25.1 " ,
584
+ " org.jline" % " jline-terminal-jna" % " 3.25.1 " , // needed for Windows
585
585
(" io.get-coursier" %% " coursier" % " 2.0.16" % Test ).cross(CrossVersion .for3Use2_13),
586
586
),
587
587
Original file line number Diff line number Diff line change 1
- sbt.version =1.9.7
1
+ sbt.version =1.9.9
You can’t perform that action at this time.
0 commit comments