Closed dwickern closed 4 months ago
It's probably missing typeable for enumeration
Actually the problem is we don't need a namedCaseClassTypeable
for these simple case classes, we can use a namedSimpleTypeable
like Shapeless 2 does. This also avoids an unnecessarily large generated Typeable
implementation.
I ran into this migrating some code from Scala 2 to 3.