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 0b7b4b9 commit c80ac16Copy full SHA for c80ac16
build.sbt
@@ -18,7 +18,8 @@ lazy val commonSettings = Seq(
18
"-language:higherKinds",
19
"-language:postfixOps",
20
"-language:existentials",
21
- "-feature"
+ "-feature",
22
+ "-target:jvm-1.8"
23
),
24
shellPrompt := { s => Project.extract(s).currentProject.id + " > " },
25
Test / publishArtifact := false,
0 commit comments