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

Update to latest version of Iota #93

Closed
andyscott opened this issue Feb 20, 2018 · 1 comment
Closed

Update to latest version of Iota #93

andyscott opened this issue Feb 20, 2018 · 1 comment

Comments

@andyscott
Copy link

I noticed you were using Iota and I wanted to give you a heads up for when you update to a more recent version.

frees-io/iota#114 changes the bounds on CopK.Inject. The session code will need to be updated as follows:

    object SessionOps {
-      implicit def sessionOpsForIota[F[_] <: CopK[_, _]](implicit I: CopK.Inject[SessionOp, F]): SessionOps[F] = new SessionOps
+      implicit def sessionOpsForIota[F[A] <: CopK[_, A]](implicit I: CopK.Inject[SessionOp, F]): SessionOps[F] = new SessionOps
    }

Cheers!

@tkrs
Copy link
Collaborator

tkrs commented Feb 28, 2018

@andyscott Thanks for the report! I will get right on it.

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

No branches or pull requests

2 participants