Skip to content

Commit e73be0a

Browse files
committed
add javacOptions
1 parent fda26ce commit e73be0a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ lazy val commonSettings = Seq(
2424
"-feature",
2525
"-target:jvm-1.8"
2626
),
27+
javacOptions ++= Seq("-source", "1.8", "-target", "1.8"),
2728
shellPrompt := { s => Project.extract(s).currentProject.id + " > " },
2829
Test / publishArtifact := false,
2930
developers := List(

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import sbt._
22
import sbt.Keys._
33

4-
import de.heikoseeberger.sbtheader.{CommentCreator, CommentStyle, FileType}
4+
import de.heikoseeberger.sbtheader.{CommentStyle, FileType}
55
import de.heikoseeberger.sbtheader.HeaderPlugin.autoImport.{headerLicense, headerMappings, HeaderLicense}
66

77
object Version {

0 commit comments

Comments
 (0)