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

Cross build for scala 2.13 #151

Closed
dipucian opened this issue Oct 18, 2019 · 3 comments
Closed

Cross build for scala 2.13 #151

dipucian opened this issue Oct 18, 2019 · 3 comments

Comments

@dipucian
Copy link

scala 2.13.1 is released, new projects would like to start with latest scala

@simerplaha
Copy link
Owner

This will be nice to get done. I think the only work required here might be to have 2.13 implementations of custom collection like Slice[T] and a few others used internally in core.

scala-collection-compat looks great but the documentation here says:

You can use the scala-collection-compat library, which makes some of 2.13’s APIs available to 2.11 and 2.12. This solution does not always work, for example if your library implements custom collection types.

Will get this done soon. I'm currently working on updating the documentation on the website which is long overdue.

@simerplaha
Copy link
Owner

This is done. I will release it soon.

@simerplaha
Copy link
Owner

Released in v0.10.6

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