Skip to content

Commit

Permalink
-Xsource:3
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Sep 16, 2023
1 parent 2420ea2 commit d235f99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ lazy val commonScalacOptions = Def.setting {
CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, _)) =>
Seq(
"-Xsource:3",
"-Xlint",
"-Xlint:-nullary-unit",
"-Ywarn-numeric-widen",
Expand Down

0 comments on commit d235f99

Please sign in to comment.