Closed chick closed 3 years ago
Drop support for Scala 2.11 Mostly involved getting right form of Seq and changing = Unit to = ()
= Unit
= ()
A lot more seq's needed to be declared immutable
I think this is the wrong fix. I think all of the import scala.collection._ are the issue and should be removed instead.
import scala.collection._
Drop support for Scala 2.11 Mostly involved getting right form of Seq and changing
= Unit
to= ()