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 c8b6eb3 commit 7547080Copy full SHA for 7547080
1 file changed
build.sbt
@@ -17,7 +17,7 @@ name := "sbt-native-packager"
17
18
organization := "com.typesafe.sbt"
19
20
-scalacOptions in Compile ++= Seq("-deprecation", "-target:jvm-1.6")
+scalacOptions in Compile += "-deprecation"
21
22
libraryDependencies ++= Seq(
23
"org.apache.commons" % "commons-compress" % "1.4.1",
0 commit comments