We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7732254 commit efee17aCopy full SHA for efee17a
build.sbt
@@ -8,10 +8,10 @@ autoScalaLibrary := false
8
9
javacOptions ++= Seq("-Xlint:deprecation")
10
11
-//Ensure scalive's scala files can be run on Java 1.6
+// Ensure Scalive can run on Java 6
12
scalacOptions += "-target:jvm-1.6"
13
14
-//Ensure scalive's java files can be run on Java 1.6
15
javacOptions ++= Seq("-source", "1.6", "-target", "1.6")
16
17
// Add tools.jar to classpath
0 commit comments