cb372/scalacache

Update to cats-effect 3.0.0 milestones

kubukoz opened this issue · 2 comments

Just making an issue to track the progress for typelevel/cats-effect#1330.

Current milestone is 3.0.0-M4.

This should be an easy one - if I remember correctly, we're only using Sync/Clock, possibly some Async in a couple places. The migration should be quite seamless with just some renames or updated imports, but I might be missing something.

If anyone wants to take a stab at this, it should be a good first issue :) I'm happy to help in case of any trouble.

I will take a stab at this. I will update to the latest milestone and see how far I can get. Thanks for raising this!

Turns out that the cats-effect milestones are not being cross built/published for ScalaJS yet (or at least I was having an issue figuring it out if it is). Since we are wanting to remove ScalaJS anyway (see #354), I went ahead and put together a PR (#452) to do so prior to upgrading to the latest 3.0.0 milestone.