We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b79f4a0 commit 9500d21Copy full SHA for 9500d21
1 file changed
build.sbt
@@ -15,7 +15,7 @@ val buildSettings = Seq[Setting[_]](
15
Tags.limit(Tags.Test, 1)
16
),
17
// JVM options for building
18
- scalacOptions ++= Seq("-encoding", "UTF-8", "-deprecation", "-unchecked", "-target:jvm-1.7", "-feature"),
+ scalacOptions ++= Seq("-encoding", "UTF-8", "-deprecation", "-unchecked", "-feature"),
19
javaOptions in Test ++= Seq("-ea"),
20
javacOptions in (Compile, compile) ++= Seq("-encoding", "UTF-8", "-Xlint:unchecked", "-Xlint:deprecation", "-source", "1.7", "-target", "1.7"),
21
// Use lenient validation mode when generating Javadoc (for Java8)
0 commit comments