Project

General

Profile

Bug #14290

Updated by François ARMAND about 5 years ago

Error message is: 

 <pre> 
 Error:(86, 50) value mkString is not a member of java.util.stream.Stream[String] 
           |    ${s.lines.dropWhile(_.trim.isEmpty).mkString("\n    ")} 
 </pre> 

 We are hit but that bug and need to update to Scala 2.12.7: 2.12.17: https://stackoverflow.com/questions/52815574/scala-12-x-and-java-11-string-lines-how-to-force-the-implicit-conversion-in-a

Back