Target jvm 1.8 with test files along with source files (#631)

This commit is contained in:
Chris Stewart 2019-07-16 09:10:50 -05:00 committed by GitHub
parent 4b95383020
commit 5bbcc33cb6

View file

@ -15,13 +15,13 @@ lazy val commonCompilerOpts = {
List(
"-Xmax-classfile-name",
"128",
"-Xsource:2.12"
"-Xsource:2.12",
"-target:jvm-1.8"
)
}
//https://docs.scala-lang.org/overviews/compiler-options/index.html
lazy val compilerOpts = Seq(
"-target:jvm-1.8",
"-encoding",
"UTF-8",
"-unchecked",