aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 7a85f31..9bd5cad 100644
--- a/build.sbt
+++ b/build.sbt
@@ -48,12 +48,14 @@ lazy val benchmarks = project
lazy val buildSettings = Seq(
organization := "com.propensive",
- scalaVersion := "2.12.4",
+ crossScalaVersions := Seq("2.11.11", "2.12.4"),
name := "magnolia",
version := "0.7.1",
scalacOptions ++= Seq(
"-deprecation",
"-feature",
+ "-Xfuture",
+ "-Xexperimental",
"-Ywarn-value-discard",
"-Ywarn-dead-code",
"-Ywarn-nullary-unit",