Skip to content

Commit

Permalink
Added -Ypartial-unification to scalac options
Browse files Browse the repository at this point in the history
  • Loading branch information
nloyola committed Sep 18, 2019
1 parent 549e8c1 commit 80be27d
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 @@ -161,6 +161,7 @@ scalacOptions ++=
"-language:postfixOps",
"-unchecked", // additional warnings where generated code depends on assumptions
"-Xlint:_",
"-Ypartial-unification",
"-Ywarn-adapted-args", // Warn if an argument list is modified to match the receiver
"-Ywarn-dead-code",
"-Ywarn-inaccessible",
Expand Down

0 comments on commit 80be27d

Please sign in to comment.