You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
kijuky
changed the title
Unable to Resolve lazy val Reflection with Scala Version 3.3.3 in zio-lambda Library
Unable to Resolve lazy val Reflection with Scala Version 3.3.3
Mar 13, 2024
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:
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:
Reference
The text was updated successfully, but these errors were encountered: