Skip to content

Commit

Permalink
Set Java target version to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Marte committed Mar 6, 2020
1 parent 581734b commit 91df88b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ EclipseKeys.withSource := true
EclipseKeys.withJavadoc := true
EclipseKeys.eclipseOutput := Some("target/eclipse")

javacOptions ++= Seq("-source", "1.8", "-target", "1.8")

scalaVersion := "2.13.1"

scalacOptions ++= Seq(
Expand Down

0 comments on commit 91df88b

Please sign in to comment.