You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compile above with 2.1.0 and run with 2.2.0 and you get:
java.lang.NoSuchMethodError: fs2.Stream.fs2$Stream$$free()Lfs2/internal/FreeC;
at Test$.$anonfun$new$1$adapted(Test.scala:5)
at fs2.Stream$.through$extension(Stream.scala:2709)
First brought up by @amesgen on Gitter as it impacted http4s.
The text was updated successfully, but these errors were encountered:
[E] java.lang.NoSuchMethodError: fs2.Stream.fs2$Stream$$free()Lfs2/internal/FreeC;
[E] at doobie.util.transactor$Transactor$$anon$6.apply(transactor.scala:175)
[E] at doobie.syntax.StreamOps.transact(stream.scala:16)
Compile above with 2.1.0 and run with 2.2.0 and you get:
First brought up by @amesgen on Gitter as it impacted http4s.
The text was updated successfully, but these errors were encountered: