lloydmeta / enumeratum

A type-safe, reflection-free, powerful enumeration implementation for Scala with exhaustive pattern match warnings and helpful integrations.
MIT License
1.19k stars 146 forks source link

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

Open arbitrary-dev opened 4 years ago

arbitrary-dev commented 4 years ago

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

migesok commented 3 years ago

It seems that at least for 2.12 and 2.13 the same major play-json version is used now: https://github.com/lloydmeta/enumeratum/blob/9e480e8fd5890297aba7c737ed0219c9ad3b5f8c/build.sbt#L60