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

Unable to Resolve lazy val Reflection with Scala Version 3.3.3 #255

Open
kijuky opened this issue Mar 13, 2024 · 1 comment
Open

Unable to Resolve lazy val Reflection with Scala Version 3.3.3 #255

kijuky opened this issue Mar 13, 2024 · 1 comment

Comments

@kijuky
Copy link
Contributor

kijuky commented 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:

  1. Set up a project using Scala version 3.3.3.
  2. Integrate zio-lambda library.
  3. 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:

Reference

@kijuky 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
@jrmsamson
Copy link
Contributor

Thanks for reporting. I'll check this and release a fix.

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

No branches or pull requests

2 participants