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 Scala 2.13.15 and fix Any inference #4148

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

mzuehlke
Copy link
Contributor

Closes: #4144

Fixes:

[error] /home/runner/work/cats-effect/cats-effect/tests/shared/src/test/scala/cats/effect/ResourceSpec.scala:989:32: a type was inferred to be `Any`; this may indicate a programming error.
[error]               acquiredLeft.get.ifM(loserReleased.get.map(_ must beLeft[Unit]).void, IO.pure(ok))
[error]                                ^
[error] No warnings can be incurred under -Werror.
[error] two errors found

Copy link
Member

@armanbilge armanbilge left a comment

Choose a reason for hiding this comment

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

thank you!! 😊

@armanbilge armanbilge merged commit 0d5886a into typelevel:series/3.x Sep 30, 2024
29 of 33 checks passed
@mzuehlke mzuehlke deleted the scala-2.13.15-with-fixes branch September 30, 2024 08:09
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.

2 participants