AWScala icon indicating copy to clipboard operation
AWScala copied to clipboard

deprecated Stream type in scala 2.13

Open joprice opened this issue 4 years ago • 1 comments

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?

joprice avatar Feb 19 '21 18:02 joprice

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.

seratch avatar Mar 23 '21 22:03 seratch