Skip to content

Commit

Permalink
Use amf common settings updated
Browse files Browse the repository at this point in the history
  • Loading branch information
pope1838 committed Dec 14, 2018
1 parent 13904f6 commit ba96447
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions project/Common.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ object Common {
scalaVersion := "2.12.2",
parallelExecution in Test := false,
fork in Test := false,
scalacOptions ++= Seq("-unchecked" /*, "-deprecation", "-Xfatal-warnings" */ ),
scalacOptions ++= Seq("-encoding", "utf-8")
scalacOptions ++= Seq("-unchecked", "-target:jvm-1.8" /* , "-deprecation", "-Xfatal-warnings" */ ),
scalacOptions ++= Seq("-encoding", "utf-8"),
javacOptions ++= Seq("-source", "1.8", "-target", "1.8")
)

val publish: Seq[Def.Setting[_]] = Seq(
Expand Down

0 comments on commit ba96447

Please sign in to comment.