lloydmeta / enumeratum

A type-safe, reflection-free, powerful enumeration implementation for Scala with exhaustive pattern match warnings and helpful integrations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

arbitrary-dev opened this issue · comments

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"