Skip to content

Commit d521448

Browse files
authored
Target JDK 1.8 for generated artifacts (#251)
1 parent b52ac44 commit d521448

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ lazy val root = Project("sbt-coveralls", file("."))
4747
.settings(
4848
Test / publishArtifact := false,
4949
scalacOptions := Seq(
50+
"-release:8",
5051
"-unchecked",
5152
"-deprecation",
5253
"-feature",

0 commit comments

Comments
 (0)