Hopefully a future version of 2.13 will resolve scala/bug#13128. When that happens, we should revisit the patch range:
|
scalaVersion.value match { |
|
case V(V(2, 13, Some(patch), _)) if patch >= 17 => |
|
// https://github.com/scala/bug/issues/13128#issuecomment-3375870295 |
|
Seq("-Wconf:cat=lint-infer-any&msg=kind-polymorphic:s") |