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 e3c367d commit 12b3a7fCopy full SHA for 12b3a7f
build.sbt
@@ -257,7 +257,6 @@ lazy val input = projectMatrix
257
scalaVersion.value match {
258
case v if v.startsWith("2.") => Seq() // E198 not available on 2.x
259
case v if v.startsWith("3.5") || v.startsWith("3.6") => Seq() // EOL
260
- case "3.7.2" => Seq() // version anterior to the fix
261
case _ => Seq("-Wconf:id=E198:info")
262
}
263
0 commit comments