Skip to content

Commit c8b6eb3

Browse files
committed
Enforcing java-6 for now
1 parent 8f55e50 commit c8b6eb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name := "sbt-native-packager"
1717

1818
organization := "com.typesafe.sbt"
1919

20-
scalacOptions in Compile += "-deprecation"
20+
scalacOptions in Compile ++= Seq("-deprecation", "-target:jvm-1.6")
2121

2222
libraryDependencies ++= Seq(
2323
"org.apache.commons" % "commons-compress" % "1.4.1",

0 commit comments

Comments
 (0)