Skip to content

Commit

Permalink
build: remove unused javac options
Browse files Browse the repository at this point in the history
  • Loading branch information
drbild committed Aug 17, 2017
1 parent 5148e0f commit 5cff38a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions project/Common.scala
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ object Common {
"-Ywarn-numeric-widen",
"-Ywarn-unused-import"),

javacOptions in (Compile) ++= Seq("-source", "1.8"),
javacOptions in (Compile, compile) ++= Seq("-target", "1.7"),

updateOptions := updateOptions.value.withCachedResolution(true),
resolvers ++= Dependencies.resolvers,

Expand Down

0 comments on commit 5cff38a

Please sign in to comment.