scalatags icon indicating copy to clipboard operation
scalatags copied to clipboard

Scalatags only supports immutable Seq?

Open edwardcwang opened this issue 2 years ago • 1 comments

Seems like scalatags only supports the immutable Seq scala.collection.immutable.Seq rather than the generic scala.collection.Seq - just wondering if this was by design or by oversight.

edwardcwang avatar Apr 14 '22 17:04 edwardcwang

scalatags uses whatever is in predef. In scala 2.11 and 2.12 it is scala.collection.Seq in 2.13 and 3 it is scala.collection.immutable.Seq.

scalway avatar Aug 24 '22 11:08 scalway