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
The 1.1.0-M1 (soon to be relabeled as 2.0) release is mostly source compatible with 1.0.x, with a handful of exceptions:
cats.effect.Blocker
SocketGroup
Pull#stream
Pull#streamNoScope
Unit
A scalafix upgrade script that automates as much of those as possible would be fantastic.
The text was updated successfully, but these errors were encountered:
It would be twice as fantastic if the Scalafix migration would then be added to Scala Steward before the final release. :-)
Sorry, something went wrong.
Scalafix rule to upgrade to v2.0 (typelevel#1511)
863b78e
No branches or pull requests
The 1.1.0-M1 (soon to be relabeled as 2.0) release is mostly source compatible with 1.0.x, with a handful of exceptions:
cats.effect.Blocker
SocketGroup
Pull#stream
andPull#streamNoScope
to require result type to beUnit
A scalafix upgrade script that automates as much of those as possible would be fantastic.
The text was updated successfully, but these errors were encountered: