From a89ce269ed0f0686f37e59eaed357db599cade16 Mon Sep 17 00:00:00 2001 From: Diego Medina Date: Thu, 7 Nov 2013 01:51:09 -0500 Subject: [PATCH] To build the project for java6, you have to have java6, you cannot simply use the source: ... option --- build.sbt | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.sbt b/build.sbt index 2e1eebe2ef..d753e6d813 100644 --- a/build.sbt +++ b/build.sbt @@ -14,8 +14,6 @@ organizationName in ThisBuild := "WorldWide Conferencing, LLC" crossScalaVersions in ThisBuild := Seq("2.10.0", "2.9.2", "2.9.1-1", "2.9.1") -javacOptions ++= Seq("-source", "1.5") - libraryDependencies in ThisBuild <++= scalaVersion {sv => Seq(specs2(sv), scalacheck) } // Settings for Sonatype compliance