circe / circe-derivation

Fast type class instance derivation for Circe
132 stars 30 forks source link

Scala 3 support? #416

Open pshirshov opened 2 years ago

pshirshov commented 2 years ago

From what I can see, this library isn't published for 3, are there any plans to support it?

jilen commented 2 years ago

Just use circe-core for scala3. This lib is focusing on improving slow compile time caused by shapeless2 based scala2 circe-generic derivation.