Skip to content

Commit 0f2001a

Browse files
committed
Add -language:higherKinds for Scala 2.12
1 parent d4515d5 commit 0f2001a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ scalacOptions := Seq("-deprecation", "-feature")
2929
scalacOptions ++= {
3030
scalaBinaryVersion.value match {
3131
case "2.12" =>
32-
Seq("-Xsource:3")
32+
Seq("-Xsource:3", "-language:higherKinds")
3333
case "2.13" =>
3434
Seq("-Xsource:3-cross")
3535
case _ =>

0 commit comments

Comments
 (0)