-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
WIP Re-add support for Scala 2.13 #737
Conversation
@denisgarci Cats would hold up publishing for cats-interop. The other ones should work. Is it possible to publish 2.13 for everything but cats-interop? I can help fix that error. |
@jdegoes Thanks for the feedback. I managed to make |
Arg. Not super happy about that. What if you change
A small collection utility wrapper would work best! Then the core code will be common. Also, it's possible there are already enough overlapping methods we can get it compiling without a common utility wrapper. |
@denisgarci If you run |
So I've pushed all the 2.13 only changes with comments. I couldn't make the |
@denisgarci Can you tell me the error? I'd be happy to help you with that. I'd love to get this pull request merged in for RC5 (coming this week). |
I don't have access to a computer this weekend. I'll be able to work on it next week though. |
@denisgarci Please let me know if you need any help with this! |
Closing for now see #732 (comment) |
This is a first attempt at #732.
A few dependencies haven't yet been published:
Also I get the following error when running
coreJVM/test
:I think it has to do with package object but I'm not sure how to fix it.