Skip to content

Commit efee17a

Browse files
committed
Improve coding style
1 parent 7732254 commit efee17a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ autoScalaLibrary := false
88

99
javacOptions ++= Seq("-Xlint:deprecation")
1010

11-
//Ensure scalive's scala files can be run on Java 1.6
11+
// Ensure Scalive can run on Java 6
1212
scalacOptions += "-target:jvm-1.6"
1313

14-
//Ensure scalive's java files can be run on Java 1.6
14+
// Ensure Scalive can run on Java 6
1515
javacOptions ++= Seq("-source", "1.6", "-target", "1.6")
1616

1717
// Add tools.jar to classpath

0 commit comments

Comments
 (0)