Specify that we want to 1.6-compatible class files. I'm building with 1.7 these

days. w00t!
This commit is contained in:
Michael Bayne
2011-08-25 11:27:19 -07:00
parent 67e2737548
commit e8b0a664d6
+3 -1
View File
@@ -6,7 +6,9 @@ organization := "com.samskivert"
crossPaths := false crossPaths := false
javacOptions ++= Seq("-Xlint", "-Xlint:-serial") javacOptions ++= Seq(
"-Xlint", "-Xlint:-serial", "-source", "1.6", "-target", "1.6"
)
autoScalaLibrary := false // no scala-library dependency autoScalaLibrary := false // no scala-library dependency