Skip to content
New issue

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

Update to fs2 3.7.0-RC4 #830

Merged
merged 1 commit into from Mar 28, 2023
Merged

Conversation

mpilquist
Copy link
Member

No description provided.

def runF[F[_]: Async: Trace: Parallel: Console]: F[ExitCode] =
def runF[F[_]: Async: Trace: Parallel: Console: Network]: F[ExitCode] =
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of Parallel this probably just needs import cats.effect.implicits._

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

4253359 does all of the relevant tidying :)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, can you PR that?

@codecov
Copy link

codecov bot commented Mar 27, 2023

Codecov Report

Merging #830 (5952e8e) into main (582e502) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #830   +/-   ##
=======================================
  Coverage   84.83%   84.83%           
=======================================
  Files         126      126           
  Lines        1728     1728           
  Branches      202      202           
=======================================
  Hits         1466     1466           
  Misses        262      262           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@mpilquist mpilquist merged commit 5952e8e into typelevel:main Mar 28, 2023
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants