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 976dd12 commit 44e6292Copy full SHA for 44e6292
project/Lib.scala
@@ -14,7 +14,7 @@ object Lib {
14
"-deprecation",
15
"-feature",
16
),
17
- scalacOptions ++= (if (!inCI) Seq.empty else Seq(
+ scalacOptions ++= (if (!inCI || CrossVersion.partialVersion(scalaVersion.value).contains(2, 11)) Seq.empty else Seq(
18
"-Xfatal-warnings",
19
)),
20
scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {
0 commit comments