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.
-language:higherKinds
1 parent d4515d5 commit 0f2001aCopy full SHA for 0f2001a
build.sbt
@@ -29,7 +29,7 @@ scalacOptions := Seq("-deprecation", "-feature")
29
scalacOptions ++= {
30
scalaBinaryVersion.value match {
31
case "2.12" =>
32
- Seq("-Xsource:3")
+ Seq("-Xsource:3", "-language:higherKinds")
33
case "2.13" =>
34
Seq("-Xsource:3-cross")
35
case _ =>
0 commit comments