Skip to content

Commit

Permalink
Enforcing java-6 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
muuki88 committed Nov 26, 2014
1 parent 996ac61 commit 20d56d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name := "sbt-native-packager"

organization := "com.typesafe.sbt"

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

libraryDependencies ++= Seq(
"org.apache.commons" % "commons-compress" % "1.4.1",
Expand Down

0 comments on commit 20d56d6

Please sign in to comment.