From 11a9d53222edde096ec6880981b63c363083004b Mon Sep 17 00:00:00 2001 From: Jon Pretty Date: Mon, 26 Feb 2018 15:38:14 +0000 Subject: Use crossScalaVersions --- build.sbt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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", -- cgit v1.2.3