Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Update to Scala 2.13.13 and avoid unused parameter value warning in macro #56

Closed
wants to merge 7 commits into from

Conversation

duartepinto
Copy link

Started getting errors in a project that was using zio-mock when I tried to update to scala 2.13.13, mostly due to zio/zio#5206.

In this MR, I try to fix that by using rts.toString() in MockableMacro to avoid getting that warning. This also updates zio-mock to 2.13.13, replaces the silencer plugin with the nowarn annotation and other miscellaneous warning related to the update.

@CLAassistant
Copy link

CLAassistant commented Mar 6, 2024

CLA assistant check
All committers have signed the CLA.

@duartepinto
Copy link
Author

Decided to close this in favor of #57 since bumping the scala version proved to not be so trivial

@duartepinto duartepinto closed this Mar 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants