Skip to content

Commit

Permalink
Target JDK 1.8 for generated artifacts (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich authored Mar 31, 2023
1 parent b52ac44 commit d521448
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ lazy val root = Project("sbt-coveralls", file("."))
.settings(
Test / publishArtifact := false,
scalacOptions := Seq(
"-release:8",
"-unchecked",
"-deprecation",
"-feature",
Expand Down

0 comments on commit d521448

Please sign in to comment.