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 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:
CopK.Inject
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!
The text was updated successfully, but these errors were encountered:
@andyscott Thanks for the report! I will get right on it.
Sorry, something went wrong.
No branches or pull requests
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:Cheers!
The text was updated successfully, but these errors were encountered: