Cats Effect 2.5.2 is slightly botched
See original GitHub issueWe have not included the SyncIO.defer
and IO.defer
additions.
The v2.5.2
tag is made at this commit, but the aforementioned changes landed in a PR after it.
@djspiewak You are my only hope.
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Migration Guide · Cats Effect - Typelevel
Here is an overview of the steps you should take to migrate your application to Cats Effect 3: Make sure your dependencies have...
Read more >lihaoyi/Ammonite - Gitter
I'm trying to run this ammonite script and it doesn't see an instance of Concurrent for cats.effect.IO: import coursierapi.
Read more >Migrating a functional app to Cats Effect 3 - Scala tutorial
Cats Effect 3 is here and many libraries have released compatible versions - this means some applications can migrate to the new version...
Read more >typelevel/cats-effect: The pure asynchronous runtime for Scala
Cats Effect is a high-performance, asynchronous, composable framework for building real-world applications in a purely functional style within the Typelevel ...
Read more >scala-with-cats.pdf - Books
2.5.2 Monoid Instances. Monoid follows the standard Cats pa ern for the user interface: the compan- ion object has an apply method that...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Just to be safe find/replace every
2_5_2
reference with2_5_3
,252
with253
,2.5.2
with2.5.3
including renaming files and directories. I wish this comment that I’m typing at the moment was a joke.We also need to amend release notes.
Uh oh. I think we need a 2.5.3 and a corresponding bump in the scalafix tests.