Closed datng2 closed 5 years ago
In new sbt, I needed to add scala.sys.process.Process in order to run the code properly. Otherwise, sbt would import from java.lang.Process.
sbt
scala.sys.process.Process
java.lang.Process
Issue has been discussed here : https://stackoverflow.com/questions/51659843/problems-upgrading-scala-play-and-sbt
In new
sbt
, I needed to addscala.sys.process.Process
in order to run the code properly. Otherwise,sbt
would import fromjava.lang.Process
.Issue has been discussed here : https://stackoverflow.com/questions/51659843/problems-upgrading-scala-play-and-sbt