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 ed9b59c commit 54adcc1Copy full SHA for 54adcc1
build.sbt
@@ -60,8 +60,8 @@ lazy val commonSettings = Seq(
60
"-deprecation",
61
"-encoding",
62
"UTF-8", // yes, this is 2 args
63
- "-language:existentials",
64
"-language:higherKinds",
+ "-language:existentials",
65
"-language:implicitConversions",
66
"-unchecked",
67
"-Xfatal-warnings"
0 commit comments