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

Upgrade fs2-reactive-streams 0.6.0 #303

Closed
juanpedromoreno opened this issue Jun 6, 2018 · 3 comments
Closed

Upgrade fs2-reactive-streams 0.6.0 #303

juanpedromoreno opened this issue Jun 6, 2018 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@juanpedromoreno
Copy link
Member

fs2-reactive-streams 0.6.0 is out. We could upgrade adapting our current codebase to the changes that the latest versions of fs2 and cats-effect are bringing.

@pepegar
Copy link
Member

pepegar commented Jun 7, 2018

code to reproduce the bincompat error:

import monix.eval.Task
implicit val scheduler = monix.execution.Scheduler.Implicits.global
import cats.effect.IO
implicit val timer = scheduler.timer[IO]
Task(3).toIO

java.lang.NoSuchMethodError: cats.effect.IO$.ioConcurrentEffect()Lcats/effect/ConcurrentEffect;
  at monix.eval.Task.toIO(Task.scala:1622)
  ... 36 elided

@juanpedromoreno
Copy link
Member Author

Let's wait for monix/monix#681

@juanpedromoreno
Copy link
Member Author

Fixed by #472

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants