spray-json
spray-json copied to clipboard
Remove workaround for `$outer` not marked `synthetic`
https://github.com/lampepfl/dotty/issues/14083 was fixed in Scala 3.1.2.
hmm, even if we ourselves update to 3.1.2 wouldn't this still fail on classes that were compiled with 3.1.0?
Agreed probably not worth fixing for 3.1.x.
hmm, even if we ourselves update to 3.1.2 wouldn't this still fail on classes that were compiled with 3.1.0?
Agreed probably not worth fixing for 3.1.x.
It can be part of this PR then: https://github.com/spray/spray-json/pull/342.