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 8559b97 commit c10c38bCopy full SHA for c10c38b
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", "-Xlint:-infer-any")
321
case _ =>
322
Nil
323
}
0 commit comments