zio-lambda
zio-lambda copied to clipboard
Unable to Resolve lazy val Reflection with Scala Version 3.3.3
Description:
When using the zio-lambda library with a project Scala version of 3.3.3, there is an issue where lazy val reflection cannot be resolved, rendering the execution impossible. This problem can be resolved by upgrading the zio-json version and merging pull request #232.
Steps to Reproduce:
- Set up a project using Scala version 3.3.3.
- Integrate zio-lambda library.
- Attempt to execute code involving lazy val reflection.
Expected Behavior:
Code execution should proceed without issues.
Actual Behavior:
Execution fails due to the inability to resolve lazy val reflection.
Resolution:
Updating the zio-json version and merging pull request #232 resolves this issue.
Additional Information:
- Scala Version: 3.3.3
- Library Version: zio-lambda
- Relevant Pull Request: #232
Reference
- https://github.com/scala/scala3/issues/13985#issuecomment-1318525950
Thanks for reporting. I'll check this and release a fix.