We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried updating but I gave up. Mainly becase CanBuildFrom.apply() does not longer present in Scala 2.13.
CanBuildFrom.apply()
Potentially one would need to do a nasty trick to support <2.13 and 2.13+ together. See - https://contributors.scala-lang.org/t/2-13-x-migration-and-source-compatibility/2000/12
The text was updated successfully, but these errors were encountered:
Is it on the roadmap? Probably needed for Dotty/Scala 3
Sorry, something went wrong.
I gave up on this. We are currently using Java driver instead.
Sorry for the inconvenience. We have this ticketed internally as DRV-535.
No branches or pull requests
I tried updating but I gave up. Mainly becase
CanBuildFrom.apply()
does not longer present in Scala 2.13.Potentially one would need to do a nasty trick to support <2.13 and 2.13+ together. See - https://contributors.scala-lang.org/t/2-13-x-migration-and-source-compatibility/2000/12
The text was updated successfully, but these errors were encountered: