You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importpureconfig.ConfigReaderimportpureconfig.generic.semiauto._finalcaseclassSomeConfig[C](optVal: Option[C])
implicitdefconfigReader[C:ConfigReader] = deriveReader[SomeConfig[C]] // this will fail to compile
problem
The code compiled just fine with 2.13.4 and it is impossible to compile this with fatal warnings enabled w/o adding @nowarn annotation, what in turn causes issues for 2.12 series cross-compilation, because it reports warning that the annotation suppresses nothing.