We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74a951f commit d1413eaCopy full SHA for d1413ea
1 file changed
build.sbt
@@ -14,6 +14,8 @@ organizationName in ThisBuild := "WorldWide Conferencing, LLC"
14
15
crossScalaVersions in ThisBuild := Seq("2.10.0", "2.9.2", "2.9.1-1", "2.9.1")
16
17
+javacOptions ++= Seq("-source", "1.5")
18
+
19
libraryDependencies in ThisBuild <++= scalaVersion {sv => Seq(specs2(sv), scalacheck) }
20
21
// Settings for Sonatype compliance
0 commit comments