Skip to content

Commit

Permalink
Merge pull request #495 from sangria-graphql/jvm_8_bytecode
Browse files Browse the repository at this point in the history
emit jvm 8 bytecode for scala >= 2.12
  • Loading branch information
yanns authored Jun 7, 2020
2 parents 1f8aa7a + 9a0d8ee commit d1830ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ lazy val scalaSettings = Seq(
if (scalaVersion.value startsWith "2.11")
Seq("-target:jvm-1.7")
else
Seq.empty
Seq("-target:jvm-1.8")
}
)

Expand Down

0 comments on commit d1830ad

Please sign in to comment.