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 ce9cc92 commit 9e320c0Copy full SHA for 9e320c0
build.sbt
@@ -13,8 +13,6 @@ def crossScalacOptions(scalaVersion: String): Seq[String] = CrossVersion.partial
13
"-Yrangepos",
14
"-Ywarn-unused"
15
)
16
- case Some((2L, scalaMajor)) if scalaMajor <= 11 =>
17
- Seq("-Yinline-warnings")
18
}
19
20
lazy val baseSettings = Seq(
0 commit comments