Skip to content

Commit

Permalink
To build the project for java6, you have to have java6, you cannot si…
Browse files Browse the repository at this point in the history
…mply

use the source: ... option
  • Loading branch information
fmpwizard committed Nov 7, 2013
1 parent 626b977 commit a89ce26
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a89ce26

Please sign in to comment.