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
{{ message }}
This repository was archived by the owner on Mar 11, 2020. It is now read-only.
Now that cats-effect 1.0 is out it'd be nice if this used it. I am receiving errors like this:
Exception in thread "main" java.lang.NoSuchMethodError: cats.effect.Async.shift(Lscala/concurrent/ExecutionContext;)Ljava/lang/Object;
at knobs.Resource$.watchStream(Resource.scala:155)
at knobs.Resource$.$anonfun$watchEvent$4(Resource.scala:222)
at knobs.Resource$.$anonfun$watchEvent$4$adapted(Resource.scala:221)
at cats.effect.IO$Map.apply(IO.scala:1407)
at cats.effect.IO$Map.apply(IO.scala:1403)
at cats.effect.internals.IORunLoop$.liftedTree3$1(IORunLoop.scala:216)
at cats.effect.internals.IORunLoop$.step(IORunLoop.scala:216)
at cats.effect.IO.unsafeRunTimed(IO.scala:321)
at cats.effect.IO.unsafeRunSync(IO.scala:240)
I assume this is because the cats-effect version is a bit older?