We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f3511 commit fdc9036Copy full SHA for fdc9036
build.sbt
@@ -15,11 +15,9 @@ val commonSettings = Seq(
15
"-language:implicitConversions",
16
"-language:existentials",
17
"-language:dynamics",
18
- "-language:postfixOps",
19
"-language:experimental.macros",
20
"-Xfatal-warnings",
21
- "-Xlint:_,-missing-interpolator,-unused",
22
- "-Yrangepos",
+ "-Xlint:_",
23
"-Ybackend-parallelism", "8",
24
"-Ycache-plugin-class-loader:last-modified",
25
"-Ycache-macro-class-loader:last-modified",
0 commit comments