Skip to content

Update Scala3 recursive type schema definition doc - #5442

Open
jpthomasset wants to merge 1 commit into
softwaremill:masterfrom
jpthomasset:patch-1
Open

Update Scala3 recursive type schema definition doc#5442
jpthomasset wants to merge 1 commit into
softwaremill:masterfrom
jpthomasset:patch-1

Conversation

@jpthomasset

Copy link
Copy Markdown

As implicit defs are no longer supported in scala 3, this PR update the documentation for describing how to derive the Schema for a recursive type in Scala 3 using the by-name given syntax instead of an implicit def.

As `implicit` defs are no longer supported in scala 3, this commit update the documentation for describing how to derive the Schema for a recursive type in Scala 3 using the by-name given syntax instead of an `implicit def`
@jpthomasset jpthomasset changed the title Update Scala3 recursive type schema definition Update Scala3 recursive type schema definition doc Jul 30, 2026
@adamw

adamw commented Aug 7, 2026

Copy link
Copy Markdown
Member

I don't think that's true, implicit defs work just fine in Scala 3?

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

Successfully merging this pull request may close these issues.

2 participants