Skip to content

Commit 1b08fee

Browse files
committed
Update build.sbt
1 parent 2843846 commit 1b08fee

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
@@ -79,7 +79,7 @@ scalacOptions ++= {
7979
if (scalaReleaseVersion.value == 2 && scalaMajorVersion.value <= 12) {
8080
Seq("-language:higherKinds", "-language:existentials")
8181
} else {
82-
Seq("-release", "8")
82+
Seq.empty[String]
8383
}
8484
Seq("-deprecation", "-unchecked", "-feature") ++ additionalSettings
8585
}

0 commit comments

Comments
 (0)