Hi folks, I have a Play application that is on Scala 2.13 and I'm not able to use play-parseq because it only builds artifacts for 2.11 and 2.12. It appears that the 2.12 artifact is not compatible with 2.13 due to differences in how scala.Serializable is implemented (there are likely more issues, that's just one example).
I'm happy to send a PR if we're open to expanding the cross-building versions to include 2.13.
Hi folks, I have a Play application that is on Scala 2.13 and I'm not able to use
play-parseqbecause it only builds artifacts for 2.11 and 2.12. It appears that the 2.12 artifact is not compatible with 2.13 due to differences in howscala.Serializableis implemented (there are likely more issues, that's just one example).I'm happy to send a PR if we're open to expanding the cross-building versions to include 2.13.