summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.sbt1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sbt b/build.sbt
index 4ee0973..c1805c2 100644
--- a/build.sbt
+++ b/build.sbt
@@ -15,6 +15,7 @@ lazy val sprayJson =
name := "spray-json",
scalaVersion := crossScalaVersions.value.head,
scalacOptions ++= Seq("-feature", "-language:_", "-unchecked", "-deprecation", "-Xlint", "-encoding", "utf8"),
+ javacOptions ++= Seq("-target", "1.8"),
(scalacOptions in doc) ++= Seq("-doc-title", name.value + " " + version.value),
scalaBinaryVersion := {
val sV = scalaVersion.value