AWScala
AWScala copied to clipboard
deprecated Stream type in scala 2.13
The Stream type was deprecated in scala 2.13. Users of this project using fatal warnings need to use nowarn to silence the warning. Is there any plan to migrate off of Stream to LazyList for newer scala versions?
Honestly, I am not planning to actively work on this project but I'm positive to migrate to preferred classes and cut off older Scala version supports.