Skip to content

Commit

Permalink
emit jvm 8 bytecode
Browse files Browse the repository at this point in the history
  • Loading branch information
yanns committed Oct 22, 2020
1 parent 69596d2 commit a394bf6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions build.sbt
Expand Up @@ -11,12 +11,8 @@ crossScalaVersions := Seq("2.12.12", scalaVersion.value)

scalacOptions ++= Seq("-deprecation", "-feature")

scalacOptions ++= {
if (scalaVersion.value startsWith "2.11")
Seq("-target:jvm-1.7")
else
Seq.empty
}
scalacOptions += "-target:jvm-1.8"
javacOptions ++= Seq("-source", "8", "-target", "8")

val circeVersion = "0.13.0"

Expand Down

0 comments on commit a394bf6

Please sign in to comment.