Skip to content

Commit 80be27d

Browse files
committed
Added -Ypartial-unification to scalac options
See scala/bug#2712
1 parent 549e8c1 commit 80be27d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ scalacOptions ++=
161161
"-language:postfixOps",
162162
"-unchecked", // additional warnings where generated code depends on assumptions
163163
"-Xlint:_",
164+
"-Ypartial-unification",
164165
"-Ywarn-adapted-args", // Warn if an argument list is modified to match the receiver
165166
"-Ywarn-dead-code",
166167
"-Ywarn-inaccessible",

0 commit comments

Comments
 (0)