Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scalatags only supports immutable Seq? #236

Open
edwardcwang opened this issue Apr 14, 2022 · 1 comment
Open

Scalatags only supports immutable Seq? #236

edwardcwang opened this issue Apr 14, 2022 · 1 comment

Comments

@edwardcwang
Copy link
Contributor

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.

@scalway
Copy link

scalway commented Aug 24, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants