Skip to content

Commit fdc9036

Browse files
committed
scalac flag cleanup
1 parent a2f3511 commit fdc9036

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.sbt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ val commonSettings = Seq(
1515
"-language:implicitConversions",
1616
"-language:existentials",
1717
"-language:dynamics",
18-
"-language:postfixOps",
1918
"-language:experimental.macros",
2019
"-Xfatal-warnings",
21-
"-Xlint:_,-missing-interpolator,-unused",
22-
"-Yrangepos",
20+
"-Xlint:_",
2321
"-Ybackend-parallelism", "8",
2422
"-Ycache-plugin-class-loader:last-modified",
2523
"-Ycache-macro-class-loader:last-modified",

0 commit comments

Comments
 (0)