Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cross-compiling projects on enumeratum-play-json:1.5.17+ fails with Scala 2.13 #285

Open
arbitrary-dev opened this issue Jun 17, 2020 · 1 comment

Comments

@arbitrary-dev
Copy link

Because two incompatible play-json versions used:
https://github.com/lloydmeta/enumeratum/blob/1.6/build.sbt#L58

@arbitrary-dev arbitrary-dev changed the title Cross-compiling projects on enumeratum-play-json:1.6 fails with Scala 2.13 Cross-compiling projects on enumeratum-play-json:1.5.17+ fails with Scala 2.13 Jun 17, 2020
@migesok
Copy link

migesok commented Jul 1, 2021

It seems that at least for 2.12 and 2.13 the same major play-json version is used now:

case Some((2, scalaMajor)) if scalaMajor >= 12 => "2.9.0"

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

No branches or pull requests

2 participants