Actions
Architecture #24554
closedUse enumeratum in place of sealarate for scala3 migration
Status:
Released
Priority:
N/A
Assignee:
Category:
Architecture - Code maintenance
Target version:
Fix check:
To do
Regression:
No
Description
Sealarate isn't supported in Scala3. Plus, it's a very limited library that doesn't really gives us enumeration.
Enumeratum IS supported in both scala 2 and 3 and can replace sealarate.
We need to migrate to enumeratum before being able to migrate to scala 3.
Actions