Skip to content

Commit

Permalink
Update javacOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Dec 9, 2020
1 parent c066978 commit 86d949b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/common.scala
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ object Common {
}
},

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

parallelExecution in Test := false, // :( test servers collide on same port

Expand Down

0 comments on commit 86d949b

Please sign in to comment.