We need Scala for test classes.

This commit is contained in:
Michael Bayne
2013-02-12 14:25:37 -08:00
parent fef73ea027
commit 05756aae38
+1 -1
View File
@@ -4,7 +4,7 @@ crossPaths := false
scalaVersion := "2.10.0"
autoScalaLibrary := false // no scala-library dependency
autoScalaLibrary in Compile := false // no scala-library dependency
javacOptions ++= Seq("-Xlint", "-Xlint:-serial", "-source", "1.6", "-target", "1.6")