We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f55e50 commit c8b6eb3Copy full SHA for c8b6eb3
1 file changed
build.sbt
@@ -17,7 +17,7 @@ name := "sbt-native-packager"
17
18
organization := "com.typesafe.sbt"
19
20
-scalacOptions in Compile += "-deprecation"
+scalacOptions in Compile ++= Seq("-deprecation", "-target:jvm-1.6")
21
22
libraryDependencies ++= Seq(
23
"org.apache.commons" % "commons-compress" % "1.4.1",
0 commit comments