aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Pretty <jon.pretty@propensive.com>2018-02-26 15:38:14 +0000
committerJon Pretty <jon.pretty@propensive.com>2018-02-26 15:38:14 +0000
commit11a9d53222edde096ec6880981b63c363083004b (patch)
treec3f4489ec757f6d9c805e35677e38bb700574f0e
parent68d45fe41ea8eaf83993d0d32d41ca7b4e869b6f (diff)
downloadmagnolia-11a9d53222edde096ec6880981b63c363083004b.tar.gz
magnolia-11a9d53222edde096ec6880981b63c363083004b.tar.bz2
magnolia-11a9d53222edde096ec6880981b63c363083004b.zip
Use crossScalaVersions
-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",