From 05756aae38baaedcb9c164f43b16509dd68c9eb5 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Tue, 12 Feb 2013 14:25:37 -0800 Subject: [PATCH] We need Scala for test classes. --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9d48bcd..a2efb36 100644 --- a/build.sbt +++ b/build.sbt @@ -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")