We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb3f7a commit d22720aCopy full SHA for d22720a
build.sbt
@@ -316,7 +316,8 @@ lazy val compileSettings = Def.settings(
316
scalacOptions ++= {
317
scalaBinaryVersion.value match {
318
case "2.13" =>
319
- Seq("-Xsource:3-cross")
+ // https://github.com/scala/bug/issues/13128#issuecomment-3375870295
320
+ Seq("-Xsource:3-cross", "-Wconf:cat=lint-infer-any&msg=kind-polymorphic:s")
321
case _ =>
322
Nil
323
}
0 commit comments