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 2843846 commit 1b08feeCopy full SHA for 1b08fee
build.sbt
@@ -79,7 +79,7 @@ scalacOptions ++= {
79
if (scalaReleaseVersion.value == 2 && scalaMajorVersion.value <= 12) {
80
Seq("-language:higherKinds", "-language:existentials")
81
} else {
82
- Seq("-release", "8")
+ Seq.empty[String]
83
}
84
Seq("-deprecation", "-unchecked", "-feature") ++ additionalSettings
85
0 commit comments