Skip to content

Commit c2eb980

Browse files
authored
Merge pull request #398 from ashawley/error-params-negated
Disable -params in 2.12 and later
2 parents 2cdfc55 + 7f40fe9 commit c2eb980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ lazy val sharedSettings = MimaSettings.settings ++ scalaVersionSettings ++ Seq(
6565
scalaBinaryVersion.value match {
6666
case "2.10" => Seq("-Xlint")
6767
case "2.11" => Seq("-Xlint", "-Ywarn-infer-any", "-Ywarn-unused-import")
68-
case _ => Seq("-Xlint:-unused", "-Ywarn-infer-any", "-Ywarn-unused:imports,-patvars,-implicits,-locals,-privates,-params")
68+
case _ => Seq("-Xlint:-unused", "-Ywarn-infer-any", "-Ywarn-unused:imports,-patvars,-implicits,-locals,-privates,-explicits")
6969
}
7070
},
7171

0 commit comments

Comments
 (0)