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
Scala 2.13 has few deprecations related to Map.mapValues and JavaConverters, we probably need something similar to:
Map.mapValues
JavaConverters
https://github.com/monix/monix/blob/master/monix-execution/shared/src/main/scala_2.13-/monix/execution/compat.scala
so we can fully reuse sources between versions.
I didn't include it in #113 and just disabled fatal warnings for now
The text was updated successfully, but these errors were encountered:
Enable '-Xfatal-warnings' compiler flag (monix#114)
b92e2f3
Enable '-Xfatal-warnings flag (#114) (#248)
0b8c94e
* Removed method type parameters * Enable '-Xfatal-warnings' compiler flag (#114) * Update headers * Replaced Monix deprecated method
No branches or pull requests
Scala 2.13 has few deprecations related to
Map.mapValues
andJavaConverters
, we probably need something similar to:https://github.com/monix/monix/blob/master/monix-execution/shared/src/main/scala_2.13-/monix/execution/compat.scala
so we can fully reuse sources between versions.
I didn't include it in #113 and just disabled fatal warnings for now
The text was updated successfully, but these errors were encountered: