Skip to content

Commit d1413ea

Browse files
committed
added a target jvm of java 1.6, as I'm building with java 1.7
1 parent 74a951f commit d1413ea

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ organizationName in ThisBuild := "WorldWide Conferencing, LLC"
1414

1515
crossScalaVersions in ThisBuild := Seq("2.10.0", "2.9.2", "2.9.1-1", "2.9.1")
1616

17+
javacOptions ++= Seq("-source", "1.5")
18+
1719
libraryDependencies in ThisBuild <++= scalaVersion {sv => Seq(specs2(sv), scalacheck) }
1820

1921
// Settings for Sonatype compliance

0 commit comments

Comments
 (0)