shekhargulati / 52-technologies-in-2016

Let's learn a new technology every week. A new technology blog every Sunday in 2016.
https://shekhargulati.com/
MIT License
7.19k stars 598 forks source link

Fixed `Process` import issue #84

Closed datng2 closed 5 years ago

datng2 commented 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.

Issue has been discussed here : https://stackoverflow.com/questions/51659843/problems-upgrading-scala-play-and-sbt