Skip to content

Commit 2843846

Browse files
committed
Update build.sbt
1 parent 64c7cbf commit 2843846

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ scalacOptions ++= {
7979
if (scalaReleaseVersion.value == 2 && scalaMajorVersion.value <= 12) {
8080
Seq("-language:higherKinds", "-language:existentials")
8181
} else {
82-
Seq.empty[String]
82+
Seq("-release", "8")
8383
}
84-
Seq("-release", "8", "-deprecation", "-unchecked", "-feature") ++ additionalSettings
84+
Seq("-deprecation", "-unchecked", "-feature") ++ additionalSettings
8585
}
8686

8787
javacOptions ++= Seq("--release", "8")

0 commit comments

Comments
 (0)