forked from ceedubs/ficus
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Scala3 migration guide #219
Comments
This lib is no longer actively maintained. The easiest way might be helping the project migrating away from focus to another replacement lib. |
Thanks for the head's up. I wondered, but didn't see anything to that effect so was still hopeful. |
Do you have any recommendations for alternatives? A quick look through Scaladex suggests |
I use pureconfig |
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to migrate a project which uses ficus to Scala3. I'm getting a compile-time error:
I see that
ficus/src/main/scala-3/net/ceedubs/ficus/readers/ArbitraryTypeReader.scala
is only four lines long, one of which is//TODO
. So I'm guessing that ficus isn't really ready for Scala3 even though there is a Scala3 release on Maven.Can someone confirm or provide guidance on how to proceed?
The text was updated successfully, but these errors were encountered: