Skip to content

Commit 12b3a7f

Browse files
authored
remove obsolete case
1 parent e3c367d commit 12b3a7f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,6 @@ lazy val input = projectMatrix
257257
scalaVersion.value match {
258258
case v if v.startsWith("2.") => Seq() // E198 not available on 2.x
259259
case v if v.startsWith("3.5") || v.startsWith("3.6") => Seq() // EOL
260-
case "3.7.2" => Seq() // version anterior to the fix
261260
case _ => Seq("-Wconf:id=E198:info")
262261
}
263262
}

0 commit comments

Comments
 (0)